alt.jiapi.file.attribute
Class StackMapTableAttribute.VerificationTypeInfo

java.lang.Object
  extended by alt.jiapi.file.attribute.StackMapTableAttribute.VerificationTypeInfo
Enclosing class:
StackMapTableAttribute

public class StackMapTableAttribute.VerificationTypeInfo
extends java.lang.Object


Field Summary
static byte ITEM_DOUBLE
           
static byte ITEM_FLOAT
           
static byte ITEM_INTEGER
           
static byte ITEM_LONG
           
static byte ITEM_NULL
           
static byte ITEM_OBJECT
           
static byte ITEM_TOP
           
static byte ITEM_UNINITIALIZED
           
static byte ITEM_UNINITIALIZEDTHIS
           
 
Method Summary
 short getConstantPoolIndex()
          This method has meaning only to verification type ITEM_OBJECT.
 short getOffset()
          This method has meaning only to verification type ITEM_UNINITIALIZED.
 byte getVerificationType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.