|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OneOrMoreBlock | |
antlr |
Uses of OneOrMoreBlock in antlr |
Methods in antlr with parameters of type OneOrMoreBlock | |
void |
SatherCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
boolean |
LLkGrammarAnalyzer.deterministic(OneOrMoreBlock blk)
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
OneOrMoreBlock blk)
|
boolean |
LLkAnalyzer.deterministic(OneOrMoreBlock blk)
Is (...)+ block LL(1)? Fill in alternative cache for this block. |
Lookahead |
LLkAnalyzer.look(int k,
OneOrMoreBlock blk)
The lookahead of a (...)+ block is the combined lookahead of all alternatives and, if an empty path is found, the lookahead of what follows the block. |
void |
JavaCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
void |
HTMLCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
void |
DiagnosticCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
void |
CppCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
abstract void |
CodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |