Uses of Class
org.antlr.v4.codegen.model.decl.CodeBlock
-
Packages that use CodeBlock Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model -
-
Uses of CodeBlock in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as CodeBlock Modifier and Type Field Description CodeBlockOutputModelController. currentBlockMethods in org.antlr.v4.codegen that return CodeBlock Modifier and Type Method Description CodeBlockDefaultOutputModelFactory. getCurrentBlock()CodeBlockOutputModelController. getCurrentBlock()CodeBlockOutputModelFactory. getCurrentBlock()Methods in org.antlr.v4.codegen with parameters of type CodeBlock Modifier and Type Method Description voidOutputModelController. setCurrentBlock(CodeBlock blk) -
Uses of CodeBlock in org.antlr.v4.codegen.model
Subclasses of CodeBlock in org.antlr.v4.codegen.model Modifier and Type Class Description classCodeBlockForAltContains Rewrite block (usually as last op)classCodeBlockForOuterMostAltThe code associated with the outermost alternative of a rule.Fields in org.antlr.v4.codegen.model declared as CodeBlock Modifier and Type Field Description CodeBlockSrcOp. enclosingBlockAll operations know in which block they live: CodeBlock, CodeBlockForAlt Templates might need to know block nesting level or find a specific declaration, etc...
-