public static enum AbstractAntlr4Compiler.Walker extends Enum<AbstractAntlr4Compiler.Walker>
| Enum Constant and Description |
|---|
WALK_ENTRY_EXIT_RULES_ONLY |
WALK_EXIT_RULES_ONLY |
WALK_FULL_HEAP |
WALK_FULL_RECURSIVE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractAntlr4Compiler.Walker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAntlr4Compiler.Walker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAntlr4Compiler.Walker WALK_FULL_RECURSIVE
public static final AbstractAntlr4Compiler.Walker WALK_FULL_HEAP
public static final AbstractAntlr4Compiler.Walker WALK_EXIT_RULES_ONLY
public static final AbstractAntlr4Compiler.Walker WALK_ENTRY_EXIT_RULES_ONLY
public static AbstractAntlr4Compiler.Walker[] values()
for (AbstractAntlr4Compiler.Walker c : AbstractAntlr4Compiler.Walker.values()) System.out.println(c);
public static AbstractAntlr4Compiler.Walker 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