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 |
OutputModelController.getCurrentBlock() |
CodeBlock |
DefaultOutputModelFactory.getCurrentBlock() |
CodeBlock |
OutputModelFactory.getCurrentBlock() |
Modifier and Type | Method and Description |
---|---|
void |
OutputModelController.setCurrentBlock(CodeBlock blk) |
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...
|
Copyright © 1992–2020 ANTLR. All rights reserved.