| Package | Description |
|---|---|
| org.antlr.v4.codegen | |
| org.antlr.v4.codegen.model |
| Modifier and Type | Field | Description |
|---|---|---|
CodeBlock |
OutputModelController.currentBlock |
| Modifier and Type | Method | Description |
|---|---|---|
CodeBlock |
DefaultOutputModelFactory.getCurrentBlock() |
|
CodeBlock |
OutputModelController.getCurrentBlock() |
|
CodeBlock |
OutputModelFactory.getCurrentBlock() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OutputModelController.setCurrentBlock(CodeBlock blk) |
| Modifier and Type | Class | 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 | 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...
|
Copyright © 1992–2019 ANTLR. All rights reserved.