org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class VerificationTypeInfo.UninitializedVariableInfo

java.lang.Object
  extended by org.netbeans.modules.classfile.VerificationTypeInfo
      extended by org.netbeans.modules.classfile.VerificationTypeInfo.UninitializedVariableInfo
Enclosing class:
VerificationTypeInfo

public static final class VerificationTypeInfo.UninitializedVariableInfo
extends VerificationTypeInfo

An Uninitialized_variable_info type, which indicates that the location contains the verification type uninitialized(offset).


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
 int getOffset()
          Returns the offset of the new instruction that created the object being stored in the location.
 
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

getOffset

public int getOffset()
Returns the offset of the new instruction that created the object being stored in the location.


org.netbeans.modules.classfile/1 1.35

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