Uses of Class
org.anarres.cpp.Token

Uses of Token in org.anarres.cpp
 

Methods in org.anarres.cpp that return Token
 Token Source.skipline(boolean white)
          Skips tokens until the end of line.
abstract  Token Source.token()
          Returns the next Token parsed from this input stream.
 Token Preprocessor.token()
          Returns the next preprocessor token.
 Token LexerSource.token()
           
 

Methods in org.anarres.cpp with parameters of type Token
 void Macro.addPaste(Token tok)
           
 void Macro.addToken(Token tok)
           
protected  void Preprocessor.error(int level, Token tok, String msg)
          Passes an error to the ErrorHandler.
 

Constructors in org.anarres.cpp with parameters of type Token
ErrorMessage(Source source, Token postok, boolean error, String msg)
           
 



Copyright © 2007 Shevek, Anarres. All Rights Reserved.