Uses of Interface
org.drools.compiler.builder.PackageRegistryManager
Packages that use PackageRegistryManager
-
Uses of PackageRegistryManager in org.drools.compiler.builder.impl
Subinterfaces of PackageRegistryManager in org.drools.compiler.builder.implModifier and TypeInterfaceDescriptioninterfaceThe build context forTypeDeclarationBuilder,ClassDefinitionFactoryand all their related siblings.Classes in org.drools.compiler.builder.impl that implement PackageRegistryManagerModifier and TypeClassDescriptionclassclassclassMethods in org.drools.compiler.builder.impl that return PackageRegistryManagerModifier and TypeMethodDescriptionprotected PackageRegistryManagerKnowledgeBuilderImpl.getPackageRegistryManager()Constructors in org.drools.compiler.builder.impl with parameters of type PackageRegistryManagerModifierConstructorDescriptionTypeDeclarationContextImpl(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 PackageRegistryManagerModifierConstructorDescriptionCompositePackageCompilationPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, TypeDeclarationBuilder typeBuilder, GlobalVariableContext globalVariableContext, TypeDeclarationContext typeDeclarationContext, BuildResultCollector buildResultCollector, InternalKnowledgeBase kBase, KnowledgeBuilderConfigurationImpl configuration) IteratingPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, SinglePackagePhaseFactory phaseFactory)