Uses of Class
org.drools.compiler.builder.impl.ClassHierarchyManager
-
Packages that use ClassHierarchyManager Package Description org.drools.compiler.builder.impl -
-
Uses of ClassHierarchyManager in org.drools.compiler.builder.impl
Methods in org.drools.compiler.builder.impl with parameters of type ClassHierarchyManager Modifier and Type Method Description protected voidTypeDeclarationBuilder. createBean(org.drools.drl.ast.descr.AbstractClassTypeDeclarationDescr typeDescr, PackageRegistry pkgRegistry, ClassHierarchyManager hierarchyManager, List<TypeDefinition> unresolvedTypes, Map<String,org.drools.drl.ast.descr.AbstractClassTypeDeclarationDescr> unprocesseableDescrs)voidTypeDeclarationConfigurator. finalizeConfigurator(org.drools.core.rule.TypeDeclaration type, org.drools.drl.ast.descr.AbstractClassTypeDeclarationDescr typeDescr, PackageRegistry pkgRegistry, Map<String,PackageRegistry> pkgRegistryMap, ClassHierarchyManager hierarchyManager)
-