public static enum RuntimeNode.Request extends Enum<RuntimeNode.Request>
| Enum Constant and Description |
|---|
GET_TEMPLATE_OBJECT
Get template object from raw and cooked string arrays.
|
REFERENCE_ERROR
ReferenceError type
|
TO_STRING
ToString conversion
|
| Modifier and Type | Method and Description |
|---|---|
int |
getArity()
Get arity
|
Class<?> |
getReturnType()
Get the return type
|
TokenType |
getTokenType()
Get token type
|
static RuntimeNode.Request |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeNode.Request[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeNode.Request REFERENCE_ERROR
public static final RuntimeNode.Request TO_STRING
public static final RuntimeNode.Request GET_TEMPLATE_OBJECT
public static RuntimeNode.Request[] values()
public static RuntimeNode.Request 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 nullpublic int getArity()
public Class<?> getReturnType()
public TokenType getTokenType()