org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class VerificationTypeInfo.ObjectVariableInfo

java.lang.Object
  extended by org.netbeans.modules.classfile.VerificationTypeInfo
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.modules.classfile.VerificationTypeInfo
VerificationTypeInfo.DoubleVariableInfo, VerificationTypeInfo.FloatVariableInfo, VerificationTypeInfo.IntegerVariableInfo, VerificationTypeInfo.LongVariableInfo, VerificationTypeInfo.NullVariableInfo, VerificationTypeInfo.ObjectVariableInfo, VerificationTypeInfo.TopVariableInfo, VerificationTypeInfo.UninitializedThisVariableInfo, VerificationTypeInfo.UninitializedVariableInfo
 
Field Summary
 
Fields inherited from class org.netbeans.modules.classfile.VerificationTypeInfo
ITEM_Double, ITEM_Float, ITEM_Integer, ITEM_Long, ITEM_Null, ITEM_Object, ITEM_Top, ITEM_Uninitialized, ITEM_UninitializedThis
 
Method Summary
 CPEntry getConstantPoolEntry()
          Returns the constant pool entry which initializes this variables.
 
Methods inherited from class org.netbeans.modules.classfile.VerificationTypeInfo
getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConstantPoolEntry

public CPEntry getConstantPoolEntry()
Returns the constant pool entry which initializes this variables.


org.netbeans.modules.classfile/1 1.35

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.