protected static enum NovaEqdfCompiler.EnumTokenType extends java.lang.Enum<NovaEqdfCompiler.EnumTokenType>
Enum Constant and Description |
---|
FUNCTION |
OPERATOR |
SYNTAX |
VALUE |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
static NovaEqdfCompiler.EnumTokenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NovaEqdfCompiler.EnumTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NovaEqdfCompiler.EnumTokenType VALUE
public static final NovaEqdfCompiler.EnumTokenType OPERATOR
public static final NovaEqdfCompiler.EnumTokenType FUNCTION
public static final NovaEqdfCompiler.EnumTokenType VARIABLE
public static final NovaEqdfCompiler.EnumTokenType SYNTAX
public static NovaEqdfCompiler.EnumTokenType[] values()
for (NovaEqdfCompiler.EnumTokenType c : NovaEqdfCompiler.EnumTokenType.values()) System.out.println(c);
public static NovaEqdfCompiler.EnumTokenType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null