org.objectweb.asm.attrs
Class StackMapType
java.lang.Object
org.objectweb.asm.attrs.StackMapType
public class StackMapType
- extends Object
Verification type info used by StackMapAttribute
.
- Author:
- Eugene Kuleshov
- See Also:
- JSR 139 : Connected
Limited Device Configuration 1.1
ITEM_Top
public static final int ITEM_Top
- See Also:
- Constant Field Values
ITEM_Integer
public static final int ITEM_Integer
- See Also:
- Constant Field Values
ITEM_Float
public static final int ITEM_Float
- See Also:
- Constant Field Values
ITEM_Double
public static final int ITEM_Double
- See Also:
- Constant Field Values
ITEM_Long
public static final int ITEM_Long
- See Also:
- Constant Field Values
ITEM_Null
public static final int ITEM_Null
- See Also:
- Constant Field Values
ITEM_UninitializedThis
public static final int ITEM_UninitializedThis
- See Also:
- Constant Field Values
ITEM_Object
public static final int ITEM_Object
- See Also:
- Constant Field Values
ITEM_Uninitialized
public static final int ITEM_Uninitialized
- See Also:
- Constant Field Values
ITEM_NAMES
public static final String[] ITEM_NAMES
getType
public int getType()
getTypeInfo
public static StackMapType getTypeInfo(int itemType)
setLabel
public void setLabel(Label offset)
setObject
public void setObject(String object)
getLabel
public Label getLabel()
getObject
public String getObject()
toString
public String toString()
- Overrides:
toString
in class Object