Uses of Class
manifold.js.rt.parser.TokenType
-
Packages that use TokenType Package Description manifold.js.rt.parser -
-
Uses of TokenType in manifold.js.rt.parser
Methods in manifold.js.rt.parser that return TokenType Modifier and Type Method Description TokenTypeToken. getType()static TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.js.rt.parser with parameters of type TokenType Modifier and Type Method Description protected booleanParser. match(TokenType type)protected booleanParser. match(TokenType type, String val)protected booleanParser. matchIgnoreWhitespace(TokenType type, String val)Constructors in manifold.js.rt.parser with parameters of type TokenType Constructor Description Token(TokenType type, String val)Token(TokenType type, String val, int lineNumber, int col, int offset)Token(TokenType type, String val, String errorMsg)
-