Uses of Class
org.tromer.jie.parser.Token

Packages that use Token
org.tromer.jie.parser Java parser, generated by JavaCC from JTB-generated grammar. 
 

Uses of Token in org.tromer.jie.parser
 

Fields in org.tromer.jie.parser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 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
           
 Token JavaParser.jj_nt
           
(package private)  Token JavaParser.JJCalls.first
           
 

Methods in org.tromer.jie.parser that return Token
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 Token JavaParser.getNextToken()
           
 Token JavaParser.getToken(int index)
           
 Token JavaParserTokenManager.getNextToken()
           
 

Methods in org.tromer.jie.parser with parameters of type Token
(package private) static NodeToken JTBToolkit.makeNodeToken(Token t)
           
(package private)  void JavaParserTokenManager.SkipLexicalActions(Token matchedToken)
           
 

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