public interface PreprocessorListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
PreprocessorListener.SourceChangeEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(Source source,
int line,
int column,
String msg)
Handles an error.
|
void |
handleSourceChange(Source source,
PreprocessorListener.SourceChangeEvent event) |
void |
handleWarning(Source source,
int line,
int column,
String msg)
Handles a warning.
|
void handleWarning(Source source, int line, int column, String msg) throws LexerException
LexerExceptionvoid handleError(Source source, int line, int column, String msg) throws LexerException
LexerExceptionvoid handleSourceChange(Source source, PreprocessorListener.SourceChangeEvent event)