当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
StackMapType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.asm.attrs
Class StackMapType
java.lang.Object
org.drools.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,
"ClassFileFormat-Java6.fm Page 138 Friday, April 15, 2005 3:22 PM"
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
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.