Package | Description |
---|---|
antlr |
Modifier and Type | Field and Description |
---|---|
protected RuleEndElement |
RuleBlock.endNode |
protected RuleEndElement |
MakeGrammar.ruleEnd |
Modifier and Type | Method and Description |
---|---|
RuleEndElement |
RuleBlock.getEndElement() |
Modifier and Type | Method and Description |
---|---|
Lookahead |
LLkAnalyzer.FOLLOW(int k,
RuleEndElement end)
Compute the lookahead set of whatever follows references to
the rule associated witht the FOLLOW block.
|
Lookahead |
LLkGrammarAnalyzer.FOLLOW(int k,
RuleEndElement end) |
Lookahead |
LLkAnalyzer.look(int k,
RuleEndElement end)
If not locked or noFOLLOW set, compute FOLLOW of a rule.
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
RuleEndElement end) |
void |
RuleBlock.setEndElement(RuleEndElement re) |