Uses of Class
org.antlr.v4.codegen.model.decl.CodeBlock
Packages that use CodeBlock
-
Uses of CodeBlock in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as CodeBlockMethods in org.antlr.v4.codegen that return CodeBlockModifier and TypeMethodDescriptionDefaultOutputModelFactory.getCurrentBlock()OutputModelController.getCurrentBlock()OutputModelFactory.getCurrentBlock()Methods in org.antlr.v4.codegen with parameters of type CodeBlock -
Uses of CodeBlock in org.antlr.v4.codegen.model
Subclasses of CodeBlock in org.antlr.v4.codegen.modelModifier and TypeClassDescriptionclassContains Rewrite block (usually as last op)classThe code associated with the outermost alternative of a rule.Fields in org.antlr.v4.codegen.model declared as CodeBlockModifier and TypeFieldDescriptionSrcOp.enclosingBlockAll operations know in which block they live: CodeBlock, CodeBlockForAlt Templates might need to know block nesting level or find a specific declaration, etc...