|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openjava.syntax.AbstractSyntaxRule | +--openjava.syntax.BlockRule
The class BlockRule
For example
Object
Constructor Summary | |
BlockRule()
|
|
BlockRule(Environment env)
|
Method Summary | |
ParseTree |
consume(TokenSource token_src)
Consumes tokens from the given token source following the rule. |
Methods inherited from class openjava.syntax.AbstractSyntaxRule |
getSyntaxException,
lookahead |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BlockRule(Environment env)
public BlockRule()
Method Detail |
public ParseTree consume(TokenSource token_src) throws SyntaxException
token_src
- token source to consume.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |