Package org.drools.mvel
Class ConditionAnalyzer
- java.lang.Object
-
- org.drools.mvel.ConditionAnalyzer
-
public class ConditionAnalyzer extends java.lang.Object
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ConditionAnalyzer(org.mvel2.compiler.ExecutableStatement stmt, org.drools.base.rule.Declaration[] declarations, org.drools.compiler.rule.builder.EvaluatorWrapper[] operators, java.lang.String conditionClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionAnalyzer.ConditionanalyzeCondition()static booleanisFixed(ConditionAnalyzer.Expression expression)
-
-
-
Method Detail
-
analyzeCondition
public ConditionAnalyzer.Condition analyzeCondition()
-
isFixed
public static boolean isFixed(ConditionAnalyzer.Expression expression)
-
-