Uses of Class
org.anarres.cpp.Token

Uses of Token in org.anarres.cpp
 

Methods in org.anarres.cpp that return Token
 Token SourceIterator.next()
          Returns the next token from the enclosed Source.
 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 that return types with arguments of type Token
 Iterator<Token> Source.iterator()
          Returns a token iterator for this Source.
 

Methods in org.anarres.cpp with parameters of type Token
 void Macro.addPaste(Token tok)
          Adds a "paste" operator to the expansion of this macro.
 void Macro.addToken(Token tok)
          Adds a token to the expansion of this macro.
protected  void Preprocessor.error(Token tok, String msg)
          Handles an error.
protected  void Preprocessor.pragma(Token name, List<Token> value)
           
protected  void Preprocessor.warning(Token tok, String msg)
          Handles a warning.
 

Method parameters in org.anarres.cpp with type arguments of type Token
protected  void Preprocessor.pragma(Token name, List<Token> value)
           
 



Copyright © 2007 Shevek, Anarres. All Rights Reserved.