copyright The Portico Project 2008.

Uses of Class
org.portico.impl.hla13.fomparser.Token

Packages that use Token
org.portico.impl.hla13.fomparser   
 

Uses of Token in org.portico.impl.hla13.fomparser
 

Fields in org.portico.impl.hla13.fomparser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token FOM.jj_nt
           
 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 FOM.token
           
 

Methods in org.portico.impl.hla13.fomparser that return Token
 Token FOMTokenManager.getNextToken()
           
 Token FOM.getNextToken()
           
 Token FOM.getToken(int index)
           
private  Token FOM.jj_consume_token(int kind)
           
protected  Token FOMTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Methods in org.portico.impl.hla13.fomparser with parameters of type Token
(package private)  void FOMTokenManager.SkipLexicalActions(Token matchedToken)
           
 

Constructors in org.portico.impl.hla13.fomparser 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 The Portico Project 2008.