Uses of Class
plp.orientadaObjetos1.parser.Token

Packages that use Token
plp.orientadaObjetos1.parser   
 

Uses of Token in plp.orientadaObjetos1.parser
 

Fields in plp.orientadaObjetos1.parser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
(package private)  Token OO1Parser.JJCalls.first
           
private  Token OO1Parser.jj_lastpos
           
 Token OO1Parser.jj_nt
           
private  Token OO1Parser.jj_scanpos
           
 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 OO1Parser.token
           
 

Methods in plp.orientadaObjetos1.parser that return Token
 Token OO1ParserTokenManager.getNextToken()
           
 Token OO1Parser.getNextToken()
           
 Token OO1Parser.getToken(int index)
           
private  Token OO1Parser.jj_consume_token(int kind)
           
protected  Token OO1ParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Methods in plp.orientadaObjetos1.parser with parameters of type Token
private  void OO1Parser.trace_scan(Token t1, int t2)
           
private  void OO1Parser.trace_token(Token t, java.lang.String where)
           
 

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