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