src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/BCELFactory.java
changeset 55496 8e0ae3830fca
parent 48409 5ab69533994b
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
     3  */
     3  */
     4 /*
     4 /*
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * contributor license agreements.  See the NOTICE file distributed with
     6  * contributor license agreements.  See the NOTICE file distributed with
     7  * this work for additional information regarding copyright ownership.
     7  * this work for additional information regarding copyright ownership.
    62 /**
    62 /**
    63  * Factory creates il.append() statements, and sets instruction targets.
    63  * Factory creates il.append() statements, and sets instruction targets.
    64  * A helper class for BCELifier.
    64  * A helper class for BCELifier.
    65  *
    65  *
    66  * @see BCELifier
    66  * @see BCELifier
    67  * @version $Id: BCELFactory.java 1749603 2016-06-21 20:50:19Z ggregory $
    67  * @version $Id$
    68  * @LastModified: Oct 2017
    68  * @LastModified: Jun 2019
    69  */
    69  */
    70 class BCELFactory extends EmptyVisitor {
    70 class BCELFactory extends EmptyVisitor {
    71 
    71 
    72     private static final String CONSTANT_PREFIX = Const.class.getSimpleName()+".";
    72     private static final String CONSTANT_PREFIX = Const.class.getSimpleName()+".";
    73     private final MethodGen _mg;
    73     private final MethodGen _mg;