Uses of Class
org.praxislive.core.syntax.Token.Type
-
Packages that use Token.Type Package Description org.praxislive.core.syntax -
-
Uses of Token.Type in org.praxislive.core.syntax
Methods in org.praxislive.core.syntax that return Token.Type Modifier and Type Method Description Token.Type
Token. getType()
Get the type of this token.static Token.Type
Token.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Token.Type[]
Token.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.praxislive.core.syntax with parameters of type Token.Type Constructor Description Token(Token.Type type, String text, int startIndex, int endIndex)
Create a Token of the specified type.
-