Uses of Interface
org.drools.compiler.lang.api.AbstractClassTypeDeclarationBuilder
-
Packages that use AbstractClassTypeDeclarationBuilder Package Description org.drools.compiler.lang.api org.drools.compiler.lang.api.impl -
-
Uses of AbstractClassTypeDeclarationBuilder in org.drools.compiler.lang.api
Subinterfaces of AbstractClassTypeDeclarationBuilder in org.drools.compiler.lang.api Modifier and Type Interface Description interfaceEnumDeclarationDescrBuilderinterfaceTypeDeclarationDescrBuilderA descriptor builder for declared typesMethods in org.drools.compiler.lang.api that return types with arguments of type AbstractClassTypeDeclarationBuilder Modifier and Type Method Description FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<T>>AbstractClassTypeDeclarationBuilder. newField(String name)Adds a field to this type declaration -
Uses of AbstractClassTypeDeclarationBuilder in org.drools.compiler.lang.api.impl
Classes in org.drools.compiler.lang.api.impl that implement AbstractClassTypeDeclarationBuilder Modifier and Type Class Description classEnumDeclarationDescrBuilderImplclassTypeDeclarationDescrBuilderImplMethods in org.drools.compiler.lang.api.impl that return types with arguments of type AbstractClassTypeDeclarationBuilder Modifier and Type Method Description FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<EnumDeclarationDescr>>EnumDeclarationDescrBuilderImpl. newField(String name)FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>>TypeDeclarationDescrBuilderImpl. newField(String name)
-