public enum StackBehavior extends java.lang.Enum<StackBehavior>
| Enum Constant and Description |
|---|
Pop0 |
Pop1 |
Pop1_Pop1 |
PopI |
PopI_Pop1 |
PopI_PopI |
PopI_PopI_PopI |
PopI_PopI8 |
PopI_PopR4 |
PopI_PopR8 |
PopRef |
PopRef_Pop1 |
PopRef_PopI |
PopRef_PopI_Pop1 |
PopRef_PopI_PopI |
PopRef_PopI_PopI8 |
PopRef_PopI_PopR4 |
PopRef_PopI_PopR8 |
PopRef_PopI_PopRef |
Push0 |
Push1 |
Push1_Push1 |
PushI |
PushI8 |
PushR4 |
PushR8 |
PushRef |
VarPop |
VarPush |
| Modifier and Type | Method and Description |
|---|---|
static StackBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackBehavior Pop0
public static final StackBehavior Pop1
public static final StackBehavior Pop1_Pop1
public static final StackBehavior PopI
public static final StackBehavior PopI_Pop1
public static final StackBehavior PopI_PopI
public static final StackBehavior PopI_PopI8
public static final StackBehavior PopI_PopI_PopI
public static final StackBehavior PopI_PopR4
public static final StackBehavior PopI_PopR8
public static final StackBehavior PopRef
public static final StackBehavior PopRef_Pop1
public static final StackBehavior PopRef_PopI
public static final StackBehavior PopRef_PopI_PopI
public static final StackBehavior PopRef_PopI_PopI8
public static final StackBehavior PopRef_PopI_PopR4
public static final StackBehavior PopRef_PopI_PopR8
public static final StackBehavior PopRef_PopI_PopRef
public static final StackBehavior Push0
public static final StackBehavior Push1
public static final StackBehavior Push1_Push1
public static final StackBehavior PushI
public static final StackBehavior PushI8
public static final StackBehavior PushR4
public static final StackBehavior PushR8
public static final StackBehavior PushRef
public static final StackBehavior VarPop
public static final StackBehavior VarPush
public static final StackBehavior PopRef_PopI_Pop1
public static StackBehavior[] values()
for (StackBehavior c : StackBehavior.values()) System.out.println(c);
public static StackBehavior valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null