public static enum TurtleLexer.TurtleTokenType extends Enum<TurtleLexer.TurtleTokenType>
| Modifier and Type | Method and Description |
|---|---|
static TurtleLexer.TurtleTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TurtleLexer.TurtleTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TurtleLexer.TurtleTokenType NULL
public static final TurtleLexer.TurtleTokenType TOKEN
public static final TurtleLexer.TurtleTokenType SPECIAL
public static final TurtleLexer.TurtleTokenType LITERAL
public static TurtleLexer.TurtleTokenType[] values()
for (TurtleLexer.TurtleTokenType c : TurtleLexer.TurtleTokenType.values()) System.out.println(c);
public static TurtleLexer.TurtleTokenType 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 nullCopyright © 2014–2021 Health Level 7. All rights reserved.