Uses of Class
manifold.templates.tokenizer.Token.TokenType
-
Packages that use Token.TokenType Package Description manifold.templates.tokenizer -
-
Uses of Token.TokenType in manifold.templates.tokenizer
Methods in manifold.templates.tokenizer that return Token.TokenType Modifier and Type Method Description Token.TokenTypeToken. getType()static Token.TokenTypeToken.TokenType. valueOf(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.
-