Uses of Class
org.antlr.v4.codegen.model.ModelElement
-
Packages that use ModelElement Package Description org.antlr.v4.codegen.model org.antlr.v4.codegen.model.chunk org.antlr.v4.codegen.model.decl -
-
Uses of ModelElement in org.antlr.v4.codegen.model
-
Uses of ModelElement in org.antlr.v4.codegen.model.chunk
Fields in org.antlr.v4.codegen.model.chunk with annotations of type ModelElement Modifier and Type Field Description List<ActionChunk>
SetAttr. rhsChunks
-
Uses of ModelElement in org.antlr.v4.codegen.model.decl
Fields in org.antlr.v4.codegen.model.decl with annotations of type ModelElement Modifier and Type Field Description OrderedHashSet<Decl>
StructDecl. attrs
Collection<AttributeDecl>
StructDecl. ctorAttrs
List<? super DispatchMethod>
StructDecl. dispatchMethods
List<OutputModelObject>
StructDecl. extensionMembers
OrderedHashSet<Decl>
StructDecl. getters
List<OutputModelObject>
StructDecl. interfaces
OrderedHashSet<Decl>
CodeBlock. locals
List<SrcOp>
CodeBlock. ops
List<SrcOp>
CodeBlock. preamble
OrderedHashSet<Decl>
StructDecl. signatures
-