|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GrammarParser
Interface used by GrammarMatcher
| Method Summary | |
|---|---|
Node |
parse(java.util.Iterator<Token> it)
Main entry point used by the ConfigurableParser |
Node |
parseSubExpression()
Parse sub expressions. |
void |
setIterator(Lookahead2Iterator<Token> it)
Set the iterator used by the parseSubExpression() |
| Method Detail |
|---|
Node parse(java.util.Iterator<Token> it)
throws ParseException
it - iterator with the list of tokens
ParseException
Node parseSubExpression()
throws ParseException
GrammarMatcher
to parse sub expressions, for instance to parse function arguments.
ParseExceptionvoid setIterator(Lookahead2Iterator<Token> it)
parseSubExpression()
it - the iterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||