Uses of Class
org.anarres.cpp.LexerException

Uses of LexerException in org.anarres.cpp
 

Methods in org.anarres.cpp that throw LexerException
 void Preprocessor.addMacro(Macro m)
           
protected  void Source.error(ErrorMessage msg)
           
protected  void Preprocessor.error(int level, Token tok, String msg)
           
 void DefaultErrorHandler.handle(ErrorMessage msg)
           
 void ErrorHandler.handle(ErrorMessage msg)
          Handles an error.
protected  void Preprocessor.include(File parent, int line, String name, boolean quoted)
           
 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()
           
 



Copyright © 2007 Shevek, Anarres. All Rights Reserved.