|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GafParserListener
Method Summary | |
---|---|
void |
parserError(String errorMessage,
String line,
int lineNumber)
Report a parser error. |
void |
parserWarning(String message,
String line,
int lineNumber)
Report a parser warning. |
void |
parsing(String line,
int lineNumber)
The current line is parsed. |
boolean |
reportWarnings()
|
Method Detail |
---|
void parsing(String line, int lineNumber)
parserError(String, String, int)
and
parserWarning(String, String, int)
.
line
- lineNumber
- void parserError(String errorMessage, String line, int lineNumber)
errorMessage
- line
- lineNumber
- void parserWarning(String message, String line, int lineNumber)
message
- line
- lineNumber
- reportWarnings()
boolean reportWarnings()
parserWarning(String, String, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |