Uses of Interface
org.drools.compiler.builder.impl.GlobalVariableContext
Packages that use GlobalVariableContext
-
Uses of GlobalVariableContext in org.drools.compiler.builder.impl
Subinterfaces of GlobalVariableContext 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 GlobalVariableContextModifier and TypeClassDescriptionclassclassclassMethods in org.drools.compiler.builder.impl that return GlobalVariableContextModifier and TypeMethodDescriptionprotected GlobalVariableContextKnowledgeBuilderImpl.getGlobalVariableContext()Constructors in org.drools.compiler.builder.impl with parameters of type GlobalVariableContextModifierConstructorDescriptionDroolsAssemblerContextImpl(KnowledgeBuilderConfigurationImpl knowledgeBuilderConfiguration, ClassLoader rootClassLoader, InternalKnowledgeBase kBase, GlobalVariableContext globalVariableContext, TypeDeclarationBuilder typeBuilder, PackageRegistryManagerImpl pkgRegistryManager, BuildResultCollectorImpl buildResultAccumulator) TypeDeclarationContextImpl(KnowledgeBuilderConfigurationImpl configuration, PackageRegistryManager packageRegistryManager, GlobalVariableContext globalVariableContext) -
Uses of GlobalVariableContext in org.drools.compiler.builder.impl.processors
Methods in org.drools.compiler.builder.impl.processors with parameters of type GlobalVariableContextModifier and TypeMethodDescriptionstatic CompilationPhaseGlobalCompilationPhase.of(PackageRegistry pkgRegistry, PackageDescr packageDescr, InternalKnowledgeBase kBase, GlobalVariableContext globalVariableContext, AssetFilter filterAcceptsRemoval) Constructors in org.drools.compiler.builder.impl.processors with parameters of type GlobalVariableContextModifierConstructorDescriptionCompositePackageCompilationPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, TypeDeclarationBuilder typeBuilder, GlobalVariableContext globalVariableContext, TypeDeclarationContext typeDeclarationContext, BuildResultCollector buildResultCollector, InternalKnowledgeBase kBase, KnowledgeBuilderConfigurationImpl configuration) ImmutableGlobalCompilationPhase(PackageRegistry pkgRegistry, PackageDescr packageDescr, GlobalVariableContext globalVariableContext) OtherDeclarationCompilationPhase(PackageRegistry pkgRegistry, PackageDescr packageDescr, GlobalVariableContext globalVariableContext, TypeDeclarationContext typeDeclarationContext, InternalKnowledgeBase kBase, KnowledgeBuilderConfiguration configuration, AssetFilter assetFilter)