Uses of Class
com.sun.tools.rngom.parse.compact.Token
Packages that use Token
-
Uses of Token in com.sun.tools.rngom.parse.compact
Fields in com.sun.tools.rngom.parse.compact declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.CompactSyntax.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.CompactSyntax.tokenCurrent token.Methods in com.sun.tools.rngom.parse.compact that return TokenModifier and TypeMethodDescriptionfinal TokenCompactSyntax.DatatypeName()final TokenCompactSyntax.getNextToken()Get the next Token.CompactSyntaxTokenManager.getNextToken()Get the next Token.final TokenCompactSyntax.getToken(int index) Get the specific Token.protected TokenCompactSyntaxTokenManager.jjFillToken()final TokenCompactSyntax.Keyword()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Methods in com.sun.tools.rngom.parse.compact with parameters of type TokenModifier and TypeMethodDescriptionfinal ParsedPatternCompactSyntax.AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except) final ParsedPatternCompactSyntax.DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) final ParsedPatternfinal ParsedPatternCompactSyntax.Expr(boolean topLevel, Scope scope, Token t, Annotations a) final ParsedPatternCompactSyntax.PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) final ParsedPatternConstructors in com.sun.tools.rngom.parse.compact with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser.