Class ImpactAnalysisRuleContext


  • public class ImpactAnalysisRuleContext
    extends org.drools.model.codegen.execmodel.generator.RuleContext
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.drools.model.codegen.execmodel.generator.RuleContext

        org.drools.model.codegen.execmodel.generator.RuleContext.FunctionType, org.drools.model.codegen.execmodel.generator.RuleContext.RuleDialect
    • Constructor Summary

      Constructors 
      Constructor Description
      ImpactAnalysisRuleContext​(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilder, org.drools.model.codegen.execmodel.PackageModel packageModel, org.drools.util.TypeResolver typeResolver, org.drools.drl.ast.descr.RuleDescr ruleDescr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​Object> getBindVariableLiteralMap()  
      void setBindVariableLiteralMap​(Map<String,​Object> bindVariableLiteralMap)  
      • Methods inherited from class org.drools.model.codegen.execmodel.generator.RuleContext

        addCompilationError, addCompilationWarning, addDeclaration, addDeclaration, addDeclaration, addDeclaration, addDeclaration, addDeclarationReplacing, addExpression, addGlobalDeclarations, addInlineCastType, addNamedConsequence, addOOPathDeclaration, addPatternBinding, addQueryParameter, addRuleUnitVar, addRuleUnitVarOriginalType, clearOOPathPatternExpr, explicitCastType, findBindingExpression, fromVar, getAggregatePatternMap, getAllDeclarations, getAvailableBindings, getBindingOr, getConditionId, getCurrentConstraintDescr, getCurrentPatternDescr, getCurrentScopeSuffix, getDeclarationById, getDeclarationByIdWithException, getDelarationType, getEvaluatorDefinition, getExpressions, getExprId, getExprPointerLevel, getForallFirstIdentifier, getFunctionType, getLegacyAccumulateCounter, getNamedConsequences, getOOPathDeclarationById, getOOPathDeclarations, getOOPathId, getOOPathPatternExpr, getOrCreateAccumulatorBindingId, getOrCreateUnificationId, getOutOfScopeVar, getPackageModel, getParentDescr, getQueryName, getQueryParameterByName, getQueryParameters, getRuleDescr, getRuleDialect, getRuleIndex, getRuleName, getRuleUnitDescr, getRuleUnitVarType, getRuleVariablesBlock, getTypeDeclarationContext, getTypeResolver, getUnificationId, getUnusableOrBinding, getVar, getVarExpr, getVarExpr, hasCompilationError, hasDeclaration, hasErrors, increaseLegacyAccumulateCounter, isNestedInsideOr, isPatternBinding, isPropertyReactive, isQuery, isRecurisveQuery, peekExprPointer, popExprPointer, popScope, pushExprPointer, pushScope, registerBindingExpression, registerOOPathPatternExpr, removeDeclarationById, resetCurrentConstraintDescr, resetCurrentPatternDescr, resolveType, setCurrentConstraintDescr, setCurrentPatternDescr, setDialectFromAttributes, setNestedInsideOr, setParentDescr, setQueryName, setRuleDialect, toString
    • Constructor Detail

      • ImpactAnalysisRuleContext

        public ImpactAnalysisRuleContext​(org.drools.compiler.builder.impl.KnowledgeBuilderImpl kbuilder,
                                         org.drools.model.codegen.execmodel.PackageModel packageModel,
                                         org.drools.util.TypeResolver typeResolver,
                                         org.drools.drl.ast.descr.RuleDescr ruleDescr)
    • Method Detail

      • getBindVariableLiteralMap

        public Map<String,​Object> getBindVariableLiteralMap()
      • setBindVariableLiteralMap

        public void setBindVariableLiteralMap​(Map<String,​Object> bindVariableLiteralMap)