DefaultPreprocessorListener
public interface PreprocessorListener
Modifier and Type | Interface | Description |
---|---|---|
static class |
PreprocessorListener.SourceChangeEvent |
Modifier and Type | Method | 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
LexerException
void handleError(Source source, int line, int column, String msg) throws LexerException
LexerException
void handleSourceChange(Source source, PreprocessorListener.SourceChangeEvent event)