Uses of Interface
org.drools.compiler.builder.PackageRegistryManager
-
Packages that use PackageRegistryManager Package Description org.drools.compiler.builder.impl org.drools.compiler.builder.impl.processors CompilationPhases originate as methods inKnowledgeBuilderImpl. -
-
Uses of PackageRegistryManager in org.drools.compiler.builder.impl
Subinterfaces of PackageRegistryManager in org.drools.compiler.builder.impl Modifier and Type Interface Description interfaceTypeDeclarationContextThe build context forTypeDeclarationBuilder,ClassDefinitionFactoryand all their related siblings.Classes in org.drools.compiler.builder.impl that implement PackageRegistryManager Modifier and Type Class Description classKnowledgeBuilderImplclassPackageRegistryManagerImplclassTypeDeclarationContextImplMethods in org.drools.compiler.builder.impl that return PackageRegistryManager Modifier and Type Method Description protected PackageRegistryManagerKnowledgeBuilderImpl. getPackageRegistryManager()Constructors in org.drools.compiler.builder.impl with parameters of type PackageRegistryManager Constructor Description TypeDeclarationContextImpl(KnowledgeBuilderConfigurationImpl configuration, PackageRegistryManager packageRegistryManager, GlobalVariableContext globalVariableContext) -
Uses of PackageRegistryManager in org.drools.compiler.builder.impl.processors
Constructors in org.drools.compiler.builder.impl.processors with parameters of type PackageRegistryManager Constructor Description CompositePackageCompilationPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, TypeDeclarationBuilder typeBuilder, GlobalVariableContext globalVariableContext, TypeDeclarationContext typeDeclarationContext, BuildResultCollector buildResultCollector, org.drools.kiesession.rulebase.InternalKnowledgeBase kBase, KnowledgeBuilderConfigurationImpl configuration)IteratingPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, SinglePackagePhaseFactory phaseFactory)
-