static enum CLConstants.Category extends Enum<CLConstants.Category>
Enum Constant and Description |
---|
ARITHMETIC1 |
ARITHMETIC2 |
ARRAY1 |
ARRAY2 |
ARRAY3 |
BIT |
COMPARISON |
CONVERSION |
FIELD |
FLOW_CONTROL1 |
FLOW_CONTROL2 |
FLOW_CONTROL3 |
FLOW_CONTROL4 |
LOAD_STORE1 |
LOAD_STORE2 |
LOAD_STORE3 |
LOAD_STORE4 |
METHOD1 |
METHOD2 |
MISC |
OBJECT |
STACK |
Modifier and Type | Method and Description |
---|---|
static CLConstants.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLConstants.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLConstants.Category OBJECT
public static final CLConstants.Category FIELD
public static final CLConstants.Category METHOD1
public static final CLConstants.Category METHOD2
public static final CLConstants.Category ARRAY1
public static final CLConstants.Category ARRAY2
public static final CLConstants.Category ARRAY3
public static final CLConstants.Category ARITHMETIC1
public static final CLConstants.Category ARITHMETIC2
public static final CLConstants.Category BIT
public static final CLConstants.Category COMPARISON
public static final CLConstants.Category CONVERSION
public static final CLConstants.Category FLOW_CONTROL1
public static final CLConstants.Category FLOW_CONTROL2
public static final CLConstants.Category FLOW_CONTROL3
public static final CLConstants.Category FLOW_CONTROL4
public static final CLConstants.Category LOAD_STORE1
public static final CLConstants.Category LOAD_STORE2
public static final CLConstants.Category LOAD_STORE3
public static final CLConstants.Category LOAD_STORE4
public static final CLConstants.Category STACK
public static final CLConstants.Category MISC
public static CLConstants.Category[] values()
for (CLConstants.Category c : CLConstants.Category.values()) System.out.println(c);
public static CLConstants.Category valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null