public class StackMapTable.VerificationTypeInfo extends Object
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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() |
String |
toString() |
public static final byte ITEM_TOP
public static final byte ITEM_INTEGER
public static final byte ITEM_FLOAT
public static final byte ITEM_DOUBLE
public static final byte ITEM_LONG
public static final byte ITEM_NULL
public static final byte ITEM_UNINITIALIZEDTHIS
public static final byte ITEM_OBJECT
public static final byte ITEM_UNINITIALIZED
public byte getVerificationType()
public short getConstantPoolIndex()
public short getOffset()
Copyright © 2017. All rights reserved.