| Package | Description |
|---|---|
| org.antlr.v4.codegen | |
| org.antlr.v4.codegen.model |
| Modifier and Type | Field and Description |
|---|---|
CodeBlock |
OutputModelController.currentBlock
|
| Modifier and Type | Method and Description |
|---|---|
CodeBlock |
DefaultOutputModelFactory.getCurrentBlock()
|
CodeBlock |
OutputModelFactory.getCurrentBlock()
|
CodeBlock |
OutputModelController.getCurrentBlock()
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputModelController.setCurrentBlock(CodeBlock
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeBlockForAlt
Contains Rewrite block (usually as last op)
|
class |
CodeBlockForOuterMostAlt
The code associated with the outermost alternative of a rule.
|
| Modifier and Type | Field and Description |
|---|---|
CodeBlock |
SrcOp.enclosingBlock
All operations know in which block they live: CodeBlock, CodeBlockForAlt Templates might need to know block nesting level or find a specific declaration, etc...
|