|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LexerException in org.anarres.cpp |
---|
Methods in org.anarres.cpp that throw LexerException | |
---|---|
void |
Preprocessor.addMacro(Macro m)
|
void |
CppReader.addMacro(String name)
Defines the given name as a macro. |
protected void |
Source.error(ErrorMessage msg)
|
protected void |
Preprocessor.error(int level,
Token tok,
String msg)
Passes an error to the ErrorHandler. |
void |
ErrorHandler.handle(ErrorMessage msg)
Handles an error. |
void |
DefaultErrorHandler.handle(ErrorMessage msg)
|
protected void |
Preprocessor.include(File parent,
int line,
String name,
boolean quoted)
Handles a include directive. |
Token |
Source.skipline(boolean white)
Skips tokens until the end of line. |
Token |
Preprocessor.token()
Returns the next preprocessor token. |
Token |
LexerSource.token()
|
abstract Token |
Source.token()
Returns the next Token parsed from this input stream. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |