| Enum Constant and Description |
|---|
AFTERREDUCE |
BEFOREREDUCE |
EXITLA |
GOTO |
GOTOLA2LR |
GTRD |
INPUT |
LAINPUT |
LAREDUCE |
LASHIFT |
LASHRD |
PUSHVALUE |
REDUCEACT |
SHIFT |
SHIFTACT |
SHIFTREDUCEACT |
SHRD |
STATE |
| Modifier and Type | Method and Description |
|---|---|
static Trace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trace INPUT
public static final Trace SHIFT
public static final Trace SHRD
public static final Trace GOTO
public static final Trace GTRD
public static final Trace BEFOREREDUCE
public static final Trace AFTERREDUCE
public static final Trace LASHIFT
public static final Trace LAREDUCE
public static final Trace REDUCEACT
public static final Trace SHIFTACT
public static final Trace SHIFTREDUCEACT
public static final Trace LAINPUT
public static final Trace PUSHVALUE
public static final Trace GOTOLA2LR
public static final Trace EXITLA
public static final Trace LASHRD
public static final Trace STATE
public static Trace[] values()
for (Trace c : Trace.values()) System.out.println(c);
public static Trace 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