org.netbeans.modules.classfile
Class VerificationTypeInfo.UninitializedVariableInfo
java.lang.Object
org.netbeans.modules.classfile.VerificationTypeInfo
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).
|
Method Summary |
int |
getOffset()
Returns the offset of the new instruction that created
the object being stored in the location. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOffset
public int getOffset()
- Returns the offset of the new instruction that created
the object being stored in the location.