alt.jiapi.file.attribute
Class StackMapTableAttribute.VerificationTypeInfo
java.lang.Object
alt.jiapi.file.attribute.StackMapTableAttribute.VerificationTypeInfo
- Enclosing class:
- StackMapTableAttribute
public class StackMapTableAttribute.VerificationTypeInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITEM_DOUBLE
public static final byte ITEM_DOUBLE
- See Also:
- Constant Field Values
ITEM_FLOAT
public static final byte ITEM_FLOAT
- See Also:
- Constant Field Values
ITEM_INTEGER
public static final byte ITEM_INTEGER
- See Also:
- Constant Field Values
ITEM_LONG
public static final byte ITEM_LONG
- See Also:
- Constant Field Values
ITEM_NULL
public static final byte ITEM_NULL
- See Also:
- Constant Field Values
ITEM_OBJECT
public static final byte ITEM_OBJECT
- See Also:
- Constant Field Values
ITEM_TOP
public static final byte ITEM_TOP
- See Also:
- Constant Field Values
ITEM_UNINITIALIZED
public static final byte ITEM_UNINITIALIZED
- See Also:
- Constant Field Values
ITEM_UNINITIALIZEDTHIS
public static final byte ITEM_UNINITIALIZEDTHIS
- See Also:
- Constant Field Values
getConstantPoolIndex
public short getConstantPoolIndex()
- This method has meaning only to verification type ITEM_OBJECT.
- Returns:
- Constant pool index, or -1 if this VerificationTypeInfo is not ITEM_OBJECT
getOffset
public short getOffset()
- This method has meaning only to verification type ITEM_UNINITIALIZED.
From the specification:
The offset item indicates the offset of the new instruction that created the object
being stored in the location.
- Returns:
- offset
getVerificationType
public byte getVerificationType()
Copyright © 2001. Documenation generated August 26 2011.