Package | Description |
---|---|
antlr |
Modifier and Type | Method and Description |
---|---|
boolean |
LLkAnalyzer.deterministic(OneOrMoreBlock blk)
Is (...)+ block LL(1)? Fill in alternative cache for this block.
|
boolean |
LLkGrammarAnalyzer.deterministic(OneOrMoreBlock blk) |
void |
CSharpCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
DiagnosticCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
PythonCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
DocBookCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
CppCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
HTMLCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
abstract void |
CodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
void |
JavaCodeGenerator.gen(OneOrMoreBlock blk)
Generate code for the given grammar element.
|
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.
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
OneOrMoreBlock blk) |