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