org.netbeans.modules.classfile
Class VerificationTypeInfo.ObjectVariableInfo
java.lang.Object
org.netbeans.modules.classfile.VerificationTypeInfo
org.netbeans.modules.classfile.VerificationTypeInfo.ObjectVariableInfo
- Enclosing class:
- VerificationTypeInfo
public static final class VerificationTypeInfo.ObjectVariableInfo
- extends VerificationTypeInfo
An Object_variable_info type, which indicates that the location
contains an instance of the class referenced by the constant pool entry.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConstantPoolEntry
public CPEntry getConstantPoolEntry()
- Returns the constant pool entry which initializes this variables.