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