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.currentToken
This is the last token that has been consumed successfully.(package private) Token
LocalUnitFormatParser.JJCalls.first
(package private) Token
UnitFormatParser.JJCalls.first
private Token
UnitFormatParser.jj_lastpos
private Token
UnitFormatParser.jj_nt
Next token.private Token
UnitFormatParser.jj_scanpos
private Token
LocalUnitFormatParser.lastpos
Deprecated.Token.next
A reference to the next regular (non-special) token from the input stream.LocalUnitFormatParser.nextToken
Deprecated.Next token.private Token
LocalUnitFormatParser.scanpos
Deprecated.Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.LocalUnitFormatParser.token
Deprecated.Current token.private Token
UnitFormatParser.token
Current token.Methods in tech.units.indriya.internal.format that return TokenModifier and TypeMethodDescriptionprivate Token
LocalUnitFormatParser.consumeToken
(int kind) Deprecated.final Token
LocalUnitFormatParser.getNextToken()
Deprecated.Get the next Token.(package private) final Token
UnitFormatParser.getNextToken()
Get the next Token.UnitTokenManager.getNextToken()
Get the next Token.final Token
LocalUnitFormatParser.getToken
(int index) Deprecated.Get the specific Token.(package private) final Token
UnitFormatParser.getToken
(int index) Get the specific Token.private Token
UnitFormatParser.jj_consume_token
(int kind) Reinitialise.protected Token
UnitTokenManager.jjFillToken()
static Token
Token.newToken
(int ofKind) static Token
Returns a new Token object, by default.final Token
LocalUnitFormatParser.sign()
Deprecated.(package private) Token
UnitFormatParser.sign()
Methods in tech.units.indriya.internal.format with parameters of type TokenModifier and TypeMethodDescriptionprivate static String
TokenException.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.