Uses of Class
tech.units.indriya.internal.format.Token
-
Packages that use Token Package Description tech.units.indriya.internal.format -
-
Uses of Token in tech.units.indriya.internal.format
Fields in tech.units.indriya.internal.format declared as Token Modifier and Type Field Description TokenTokenException. 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.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenLocalUnitFormatParser. nextTokenDeprecated.Next token.private TokenLocalUnitFormatParser. scanposDeprecated.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.TokenLocalUnitFormatParser. tokenDeprecated.Current token.private TokenUnitFormatParser. tokenCurrent token.Methods in tech.units.indriya.internal.format that return Token Modifier and Type Method Description private TokenLocalUnitFormatParser. consumeToken(int kind)Deprecated.TokenLocalUnitFormatParser. getNextToken()Deprecated.Get the next Token.(package private) TokenUnitFormatParser. getNextToken()Get the next Token.TokenUnitTokenManager. getNextToken()Get the next Token.TokenLocalUnitFormatParser. getToken(int index)Deprecated.Get the specific Token.(package private) 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 TokenToken. newToken(int ofKind, java.lang.String image)Returns a new Token object, by default.TokenLocalUnitFormatParser. sign()Deprecated.(package private) TokenUnitFormatParser. sign()Methods in tech.units.indriya.internal.format with parameters of type Token Modifier and Type Method Description private static java.lang.StringTokenException. initialise(Token currentToken, int[][] expectedTokenSequences, java.lang.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 Token Constructor Description TokenException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)This constructor is used by the method "raiseTokenException" in the generated parser.
-