Uses of Class
net.fauxpark.stringes.Token
-
Packages that use Token Package Description net.fauxpark.stringes The core Stringe classes. -
-
Uses of Token in net.fauxpark.stringes
Methods in net.fauxpark.stringes that return types with arguments of type Token Modifier and Type Method Description Iterable<Token<T>>
Lexer. tokenize(String str)
Tokenizes the input string and enumerates the resulting tokens.Iterable<Token<T>>
Lexer. tokenize(Stringe stre)
Tokenizes the input Stringe and enumerates the resulting tokens.
-