Uses of Class
jaxx.compiler.java.parser.Token

Packages that use Token
jaxx.compiler.java.parser   
 

Uses of Token in jaxx.compiler.java.parser
 

Subclasses of Token in jaxx.compiler.java.parser
static class Token.GTToken
           
 

Fields in jaxx.compiler.java.parser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token SimpleNode.firstToken
           
 Token JavaParser.jj_nt
           
 Token SimpleNode.lastToken
           
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 Token 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.
 Token JavaParser.token
           
 

Methods in jaxx.compiler.java.parser that return Token
 Token JavaParserTokenManager.getNextToken()
           
 Token JavaParser.getNextToken()
           
 Token JavaParser.getToken(int index)
           
protected  Token JavaParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Constructors in jaxx.compiler.java.parser with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.