Enum Class FormulaParser.TokenType

java.lang.Object
java.lang.Enum<FormulaParser.TokenType>
io.jenetics.ext.internal.util.FormulaParser.TokenType
All Implemented Interfaces:
Serializable, Comparable<FormulaParser.TokenType>, Constable
Enclosing class:
FormulaParser<T>

The token types the parser recognizes during the parsing process.