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.Token.nextA reference to the next regular (non-special) token from the input stream.LocalUnitFormatParser.nextTokenDeprecated.Next token.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.Methods in tech.units.indriya.internal.format that return TokenModifier and TypeMethodDescriptionfinal TokenLocalUnitFormatParser.getNextToken()Deprecated.Get the next Token.final TokenLocalUnitFormatParser.getToken(int index) Deprecated.Get the specific Token.static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.final TokenLocalUnitFormatParser.sign()Deprecated.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.