Uses of Class
tech.units.indriya.format.Token
-
Packages that use Token Package Description tech.units.indriya.format -
-
Uses of Token in tech.units.indriya.format
Fields in tech.units.indriya.format declared as Token Modifier and Type Field Description TokenTokenException. currentTokenThis is the last token that has been consumed successfully.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Methods in tech.units.indriya.format that return Token Modifier and Type Method Description TokenTokenException. getToken()static TokenToken. of(int ofKind)static TokenToken. of(int ofKind, String image)Returns a new Token object, by default.Constructors in tech.units.indriya.format with parameters of type Token Constructor Description TokenException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)This constructor is used by the method "raiseTokenException" in the generated parser.
-