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. attrsCollection<AttributeDecl>StructDecl. ctorAttrsList<? super DispatchMethod>StructDecl. dispatchMethodsList<OutputModelObject>StructDecl. extensionMembersOrderedHashSet<Decl>StructDecl. gettersList<OutputModelObject>StructDecl. interfacesOrderedHashSet<Decl>CodeBlock. localsList<SrcOp>CodeBlock. opsList<SrcOp>CodeBlock. preambleOrderedHashSet<Decl>StructDecl. signatures
-