Package | Description |
---|---|
antlr |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RuleEndElement
Contains a list of all places that reference
this enclosing rule.
|
Modifier and Type | Field and Description |
---|---|
(package private) BlockEndElement |
BlockContext.blockEnd |
Modifier and Type | Method and Description |
---|---|
void |
DocBookCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
abstract void |
CodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
CSharpCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
JavaCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
CppCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
DiagnosticCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
PythonCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
void |
HTMLCodeGenerator.gen(BlockEndElement end)
Generate code for the given grammar element.
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
BlockEndElement end) |
Lookahead |
LLkAnalyzer.look(int k,
BlockEndElement end)
Compute what follows this place-holder node and possibly
what begins the associated loop unless the
node is locked.
|