|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DapParser.Lexer
Communication interface between the scanner and the Bison-generated parser DapParser.
| Method Summary | |
|---|---|
Object |
getLVal()
Method to retrieve the semantic value of the last scanned token. |
void |
yyerror(String s)
Entry point for error reporting. |
int |
yylex()
Entry point for the scanner. |
| Method Detail |
|---|
Object getLVal()
int yylex()
throws ParseException
ParseExceptionvoid yyerror(String s)
s - The string for the error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||