|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that any object that serves as a parser must present.
Method Summary | |
ParseNode |
parse(TokenSeq input)
Parse a sequence of tokens. |
Method Detail |
public ParseNode parse(TokenSeq input) throws CompilerException
input
- The sequence of tokens to be parsed.CompilerException
- If the token sequence represents a syntactically
illegal input.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |