Uses of Class
org.drools.compiler.lang.descr.TypeDeclarationDescr
-
Packages that use TypeDeclarationDescr Package Description org.drools.compiler.builder.impl org.drools.compiler.lang org.drools.compiler.lang.api.impl org.drools.compiler.lang.descr -
-
Uses of TypeDeclarationDescr in org.drools.compiler.builder.impl
Methods in org.drools.compiler.builder.impl with parameters of type TypeDeclarationDescr Modifier and Type Method Description protected TypeFieldDescrClassHierarchyManager. buildInheritedFieldDescrFromDefinition(org.kie.api.definition.type.FactField fld, TypeDeclarationDescr typeDescr)protected voidClassHierarchyManager. mergeFields(String simpleSuperTypeName, String superTypePackageName, String fullSuper, TypeDeclarationDescr typeDescr, List<org.drools.compiler.builder.impl.TypeDefinition> unresolvedTypes, Map<String,AbstractClassTypeDeclarationDescr> unprocessableDescrs, org.drools.core.addon.TypeResolver resolver)protected voidClassHierarchyManager. mergeInheritedFields(TypeDeclarationDescr typeDescr, List<org.drools.compiler.builder.impl.TypeDefinition> unresolvedTypes, Map<String,AbstractClassTypeDeclarationDescr> unprocessableDescrs, org.drools.core.addon.TypeResolver typeResolver)In order to build a declared class, the fields inherited from its superclass(es) are added to its declaration. -
Uses of TypeDeclarationDescr in org.drools.compiler.lang
Methods in org.drools.compiler.lang that return TypeDeclarationDescr Modifier and Type Method Description TypeDeclarationDescrDRL5Parser. typeDeclaration(DeclareDescrBuilder ddb, boolean isTrait)typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)?TypeDeclarationDescrDRL6Parser. typeDeclaration(DeclareDescrBuilder ddb, boolean isTrait)typeDeclaration := [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)?TypeDeclarationDescrDRL6StrictParser. typeDeclaration(DeclareDescrBuilder ddb, boolean isTrait)typeDeclaration := annotation* [TYPE] qualifiedIdentifier (EXTENDS qualifiedIdentifier)? -
Uses of TypeDeclarationDescr in org.drools.compiler.lang.api.impl
Methods in org.drools.compiler.lang.api.impl that return types with arguments of type TypeDeclarationDescr Modifier and Type Method Description FieldDescrBuilder<AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>>TypeDeclarationDescrBuilderImpl. newField(String name) -
Uses of TypeDeclarationDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr that return types with arguments of type TypeDeclarationDescr Modifier and Type Method Description List<TypeDeclarationDescr>PackageDescr. getTypeDeclarations()Methods in org.drools.compiler.lang.descr with parameters of type TypeDeclarationDescr Modifier and Type Method Description voidPackageDescr. addTypeDeclaration(TypeDeclarationDescr declaration)intTypeDeclarationDescr. compareTo(TypeDeclarationDescr descr)
-