src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LoadClass.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    23 
    23 
    24 /**
    24 /**
    25  * Denotes that an instruction may start the process of loading and resolving
    25  * Denotes that an instruction may start the process of loading and resolving
    26  * the referenced class in the Virtual Machine.
    26  * the referenced class in the Virtual Machine.
    27  *
    27  *
    28  * @version $Id: LoadClass.java 1749597 2016-06-21 20:28:51Z ggregory $
    28  * @version $Id$
    29  */
    29  */
    30 public interface LoadClass {
    30 public interface LoadClass {
    31 
    31 
    32     /**
    32     /**
    33      * Returns the ObjectType of the referenced class or interface
    33      * Returns the ObjectType of the referenced class or interface