Uses of Class
com.ezylang.evalex.parser.Token.TokenType
-
Packages that use Token.TokenType Package Description com.ezylang.evalex.parser -
-
Uses of Token.TokenType in com.ezylang.evalex.parser
Methods in com.ezylang.evalex.parser that return Token.TokenType Modifier and Type Method Description static Token.TokenTypeToken.TokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Token.TokenType[]Token.TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ezylang.evalex.parser with parameters of type Token.TokenType Constructor Description Token(int startPosition, java.lang.String value, Token.TokenType type)Token(int startPosition, java.lang.String value, Token.TokenType type, FunctionIfc functionDefinition)Token(int startPosition, java.lang.String value, Token.TokenType type, OperatorIfc operatorDefinition)
-