Uses of Class
de.xima.fc.workflow.parser.infix.ETokenKind
-
Packages that use ETokenKind Package Description de.xima.fc.workflow.parser.infix -
-
Uses of ETokenKind in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix that return ETokenKind Modifier and Type Method Description ETokenKind
ISymbolTable. getIdentifierTokenKind(String identifier)
Discriminates the given identifier and decides whether it is a constant, a variable, or an operator.ETokenKind
IToken. getKind()
static ETokenKind
ETokenKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETokenKind[]
ETokenKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-