|
||||||||||
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 | |
---|---|
java.lang.Object |
getLVal()
Method to retrieve the semantic value of the last scanned token. |
void |
yyerror(java.lang.String s)
Entry point for error reporting. |
int |
yylex()
Entry point for the scanner. |
Method Detail |
---|
java.lang.Object getLVal()
int yylex() throws ParseException
ParseException
void yyerror(java.lang.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 |