public static enum DslCompiler.SyntaxType extends Enum<DslCompiler.SyntaxType>
| Enum Constant and Description |
|---|
Expression |
Identifier |
Keyword |
Navigation |
RuleEnd |
RuleExtension |
RuleStart |
StringQuote |
Type |
| Modifier and Type | Method and Description |
|---|---|
static DslCompiler.SyntaxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DslCompiler.SyntaxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DslCompiler.SyntaxType Keyword
public static final DslCompiler.SyntaxType Identifier
public static final DslCompiler.SyntaxType StringQuote
public static final DslCompiler.SyntaxType Expression
public static final DslCompiler.SyntaxType Type
public static final DslCompiler.SyntaxType Navigation
public static final DslCompiler.SyntaxType RuleStart
public static final DslCompiler.SyntaxType RuleExtension
public static final DslCompiler.SyntaxType RuleEnd
public static DslCompiler.SyntaxType[] values()
for (DslCompiler.SyntaxType c : DslCompiler.SyntaxType.values()) System.out.println(c);
public static DslCompiler.SyntaxType 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 © 2021. All rights reserved.