|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserEval<R>
This is to provide laziness of a Parser. When mutual recursive dependency exists, it is mandatory to declare the depended parser to be lazy. use Parsers.lazy(new ParserEval(){ public Parser eval(){return myparser();} });
Method Summary | |
---|---|
Parser<R> |
eval()
do the evaluation. |
Method Detail |
---|
Parser<R> eval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |