protected static enum ExpressionTranslator.CallType extends java.lang.Enum<ExpressionTranslator.CallType>
| Enum Constant and Description |
|---|
ITERATOR
Call with iterator variables (expected), else similar to
OTHER |
OTHER
Rule call, instantiator call or artifact call.
|
SUPER
Super rule call.
|
SYSTEM
System call.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionTranslator.CallType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionTranslator.CallType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpressionTranslator.CallType SUPER
public static final ExpressionTranslator.CallType SYSTEM
public static final ExpressionTranslator.CallType OTHER
public static final ExpressionTranslator.CallType ITERATOR
OTHERpublic static ExpressionTranslator.CallType[] values()
for (ExpressionTranslator.CallType c : ExpressionTranslator.CallType.values()) System.out.println(c);
public static ExpressionTranslator.CallType 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 nullCopyright © 2009 - 2018 SSE. All Rights Reserved.