Uses of Class
org.praxislive.core.syntax.Token
-
Packages that use Token Package Description org.praxislive.core.syntax -
-
Uses of Token in org.praxislive.core.syntax
Methods in org.praxislive.core.syntax that return types with arguments of type Token Modifier and Type Method Description Iterator<Token>
Tokenizer. iterator()
static List<Token>
Tokenizer. parse(CharSequence text)
Convenience method to parse text into tokens.
-