org.objectweb.asm.attrs
public class StackMapType extends Object
See Also: JSR 139 : Connected
Limited Device Configuration 1.1
"ClassFileFormat-Java6.fm Page 138 Friday, April 15, 2005 3:22 PM"
Field Summary | |
---|---|
static int | ITEM_Double |
static int | ITEM_Float |
static int | ITEM_Integer |
static int | ITEM_Long |
static String[] | ITEM_NAMES |
static int | ITEM_Null |
static int | ITEM_Object |
static int | ITEM_Top |
static int | ITEM_Uninitialized |
static int | ITEM_UninitializedThis |
Method Summary | |
---|---|
Label | getLabel() |
String | getObject() |
int | getType() |
static StackMapType | getTypeInfo(int itemType) |
void | setLabel(Label offset) |
void | setObject(String object) |
String | toString() |