Class ImpactAnalysisRuleContext
- java.lang.Object
-
- org.drools.model.codegen.execmodel.generator.RuleContext
-
- org.drools.impact.analysis.parser.impl.ImpactAnalysisRuleContext
-
public class ImpactAnalysisRuleContext extends org.drools.model.codegen.execmodel.generator.RuleContext
-
-
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()voidsetBindVariableLiteralMap(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
-
-