|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleRefElement | |
antlr |
Uses of RuleRefElement in antlr |
Fields in antlr declared as RuleRefElement | |
protected RuleRefElement |
MakeGrammar.lastRuleRef
|
Methods in antlr that return RuleRefElement | |
RuleRefElement |
RuleSymbol.getReference(int i)
|
Methods in antlr with parameters of type RuleRefElement | |
void |
SatherCodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
private void |
SatherCodeGenerator.GenRuleInvocation(RuleRefElement rr)
|
void |
RuleSymbol.addReference(RuleRefElement e)
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
RuleRefElement rr)
|
Lookahead |
LLkAnalyzer.look(int k,
RuleRefElement rr)
Compute the lookahead contributed by a rule reference. |
void |
JavaCodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
private void |
JavaCodeGenerator.GenRuleInvocation(RuleRefElement rr)
|
void |
HTMLCodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
void |
DiagnosticCodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
void |
CppCodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
private void |
CppCodeGenerator.GenRuleInvocation(RuleRefElement rr)
|
abstract void |
CodeGenerator.gen(RuleRefElement rr)
Generate code for the given grammar element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |