Class ImmutableGlobalCompilationPhase

    • Field Detail

      • logger

        protected static final transient org.slf4j.Logger logger
    • Constructor Detail

      • ImmutableGlobalCompilationPhase

        public ImmutableGlobalCompilationPhase​(PackageRegistry pkgRegistry,
                                               org.drools.drl.ast.descr.PackageDescr packageDescr,
                                               GlobalVariableContext globalVariableContext)
    • Method Detail

      • addGlobal

        protected void addGlobal​(org.drools.base.definitions.InternalKnowledgePackage pkg,
                                 java.lang.String identifier,
                                 java.lang.reflect.Type globalType)
      • removeGlobal

        protected void removeGlobal​(org.drools.base.definitions.InternalKnowledgePackage pkg,
                                    java.lang.String toBeRemoved)