Uses of Class
org.drools.mvel.expr.MVELCompilationUnit
-
Packages that use MVELCompilationUnit Package Description org.drools.mvel org.drools.mvel.builder org.drools.mvel.dataproviders org.drools.mvel.expr -
-
Uses of MVELCompilationUnit in org.drools.mvel
Fields in org.drools.mvel declared as MVELCompilationUnit Modifier and Type Field Description protected MVELCompilationUnitMVELConstraint. compilationUnitConstructors in org.drools.mvel with parameters of type MVELCompilationUnit Constructor Description MVELConditionEvaluator(MVELCompilationUnit compilationUnit, org.mvel2.ParserConfiguration parserConfiguration, org.mvel2.compiler.ExecutableStatement executableStatement, org.drools.core.rule.Declaration[] declarations, org.drools.compiler.rule.builder.EvaluatorWrapper[] operators, String conditionClass)MVELConstraint(String packageName, String expression, org.drools.core.rule.Declaration[] declarations, org.drools.compiler.rule.builder.EvaluatorWrapper[] operators, MVELCompilationUnit compilationUnit, boolean isDynamic)MVELConstraint(String packageName, String expression, MVELCompilationUnit compilationUnit, org.drools.core.util.index.IndexUtil.ConstraintType constraintType, org.drools.core.rule.accessor.FieldValue fieldValue, org.drools.core.rule.accessor.ReadAccessor extractor, org.drools.compiler.rule.builder.EvaluatorWrapper[] operators)MVELConstraint(Collection<String> packageNames, String expression, org.drools.core.rule.Declaration[] declarations, org.drools.compiler.rule.builder.EvaluatorWrapper[] operators, MVELCompilationUnit compilationUnit, org.drools.core.util.index.IndexUtil.ConstraintType constraintType, org.drools.core.rule.accessor.TupleValueExtractor indexingDeclaration, org.drools.core.rule.accessor.ReadAccessor extractor, boolean isUnification) -
Uses of MVELCompilationUnit in org.drools.mvel.builder
Methods in org.drools.mvel.builder that return MVELCompilationUnit Modifier and Type Method Description static MVELCompilationUnitMVELDialect. getMVELCompilationUnit(String expression, org.drools.compiler.compiler.AnalysisResult analysis, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, Map<String,Class<?>> otherInputVariables, org.drools.compiler.rule.builder.PackageBuildContext context, String contextIndeifier, Class kcontextClass, boolean readLocalsFromTuple, MVELCompilationUnit.Scope scope) -
Uses of MVELCompilationUnit in org.drools.mvel.dataproviders
Constructors in org.drools.mvel.dataproviders with parameters of type MVELCompilationUnit Constructor Description MVELDataProvider(MVELCompilationUnit unit, String id)ReactiveMVELDataProvider(MVELCompilationUnit unit, String id) -
Uses of MVELCompilationUnit in org.drools.mvel.expr
Methods in org.drools.mvel.expr that return MVELCompilationUnit Modifier and Type Method Description MVELCompilationUnitMVELCompilationUnit. clone()MVELCompilationUnitMVELEnabledExpression. getMVELCompilationUnit()MVELCompilationUnitMVELObjectExpression. getMVELCompilationUnit()MVELCompilationUnitMVELSalienceExpression. getMVELCompilationUnit()Constructors in org.drools.mvel.expr with parameters of type MVELCompilationUnit Constructor Description MVELAccumulator(MVELCompilationUnit initUnit, MVELCompilationUnit actionUnit, MVELCompilationUnit reverseUnit, MVELCompilationUnit resultUnit)MVELAccumulatorFunctionExecutor(MVELCompilationUnit unit, org.kie.api.runtime.rule.AccumulateFunction function)MVELConsequence(MVELCompilationUnit unit, String id, String consequenceName)MVELEnabledExpression(MVELCompilationUnit unit, String id)MVELEvalExpression(MVELCompilationUnit unit, String id)MVELObjectExpression(MVELCompilationUnit unit, String id)MVELReturnValueExpression(MVELCompilationUnit unit, String id)MVELSalienceExpression(MVELCompilationUnit unit, String id)
-