Uses of Class
com.github.jezza.lang.Token
-
Packages that use Token Package Description com.github.jezza.lang -
-
Uses of Token in com.github.jezza.lang
Fields in com.github.jezza.lang declared as Token Modifier and Type Field Description static TokenToken. EOSMethods in com.github.jezza.lang that return Token Modifier and Type Method Description protected TokenTomlParser. consume()protected TokenTomlParser. consume(int type)protected TokenTomlParser. current()Methods in com.github.jezza.lang with parameters of type Token Modifier and Type Method Description protected static java.lang.DoubleTomlParser. intoDouble(Token token)protected static java.lang.LongTomlParser. intoLong(Token token, int offset, int radix)
-