Uses of Class
tech.units.indriya.internal.format.Token
Packages that use Token
-
Uses of Token in tech.units.indriya.internal.format
Fields in tech.units.indriya.internal.format declared as TokenModifier and TypeFieldDescriptionTokenException.currentTokenThis is the last token that has been consumed successfully.(package private) TokenLocalUnitFormatParser.JJCalls.first(package private) TokenUnitFormatParser.JJCalls.firstprivate TokenUnitFormatParser.jj_lastposprivate TokenUnitFormatParser.jj_ntNext token.private TokenUnitFormatParser.jj_scanposprivate TokenLocalUnitFormatParser.lastposDeprecated.Token.nextA reference to the next regular (non-special) token from the input stream.LocalUnitFormatParser.nextTokenDeprecated.Next token.private TokenLocalUnitFormatParser.scanposDeprecated.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.LocalUnitFormatParser.tokenDeprecated.Current token.private TokenUnitFormatParser.tokenCurrent token.Methods in tech.units.indriya.internal.format that return TokenModifier and TypeMethodDescriptionprivate TokenLocalUnitFormatParser.consumeToken(int kind) Deprecated.final TokenLocalUnitFormatParser.getNextToken()Deprecated.Get the next Token.(package private) final TokenUnitFormatParser.getNextToken()Get the next Token.UnitTokenManager.getNextToken()Get the next Token.final TokenLocalUnitFormatParser.getToken(int index) Deprecated.Get the specific Token.(package private) final TokenUnitFormatParser.getToken(int index) Get the specific Token.private TokenUnitFormatParser.jj_consume_token(int kind) Reinitialise.protected TokenUnitTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.final TokenLocalUnitFormatParser.sign()Deprecated.(package private) TokenUnitFormatParser.sign()Methods in tech.units.indriya.internal.format with parameters of type TokenModifier and TypeMethodDescriptionprivate static StringTokenException.initialise(Token currentToken, int[][] expectedTokenSequences, String[] tokenImage) It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.Constructors in tech.units.indriya.internal.format with parameters of type TokenModifierConstructorDescriptionTokenException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "raiseTokenException" in the generated parser.