Uses of Class
org.drools.compiler.lang.descr.OperatorDescr
-
Packages that use OperatorDescr Package Description org.drools.compiler.lang org.drools.compiler.lang.descr org.drools.compiler.rule.builder -
-
Uses of OperatorDescr in org.drools.compiler.lang
Fields in org.drools.compiler.lang with type parameters of type OperatorDescr Modifier and Type Field Description protected Map<String,OperatorDescr>MVELDumper.MVELDumperContext. aliasesMethods in org.drools.compiler.lang that return types with arguments of type OperatorDescr Modifier and Type Method Description Map<String,OperatorDescr>MVELDumper.MVELDumperContext. getAliases()Methods in org.drools.compiler.lang with parameters of type OperatorDescr Modifier and Type Method Description StringMVELDumper.MVELDumperContext. createAlias(OperatorDescr operator)Creates a new alias for the operator, setting it in the descriptor class, adding it to the internal Map and returning it as a StringStringExpressionRewriter. processRestriction(MVELDumper.MVELDumperContext context, String left, OperatorDescr operator, String right)StringMVELDumper. processRestriction(MVELDumper.MVELDumperContext context, String left, OperatorDescr operator, String right)protected voidMVELDumper. rewriteBasicOperator(StringBuilder sbuilder, String left, OperatorDescr operator, String right)protected voidMVELDumper. rewriteOperator(MVELDumper.MVELDumperContext context, StringBuilder sbuilder, String left, OperatorDescr operator, String right)Method parameters in org.drools.compiler.lang with type arguments of type OperatorDescr Modifier and Type Method Description voidMVELDumper.MVELDumperContext. setAliases(Map<String,OperatorDescr> aliases) -
Uses of OperatorDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr that return OperatorDescr Modifier and Type Method Description OperatorDescrRelationalExprDescr. getOperatorDescr()Methods in org.drools.compiler.lang.descr with parameters of type OperatorDescr Modifier and Type Method Description voidRelationalExprDescr. setOperatorDescr(OperatorDescr operator) -
Uses of OperatorDescr in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder with parameters of type OperatorDescr Modifier and Type Method Description org.drools.core.spi.ConstraintConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder.DummyConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)Method parameters in org.drools.compiler.rule.builder with type arguments of type OperatorDescr Modifier and Type Method Description static AnalysisResultPatternBuilder. buildAnalysis(RuleBuildContext context, org.drools.core.rule.Pattern pattern, PredicateDescr predicateDescr, Map<String,OperatorDescr> aliases)protected org.drools.core.spi.ConstraintPatternBuilder. buildConstraintForPattern(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, String value1, String value2, boolean isConstant, Map<String,OperatorDescr> aliases)protected org.drools.core.spi.ConstraintPatternBuilder. buildEval(RuleBuildContext context, org.drools.core.rule.Pattern pattern, PredicateDescr predicateDescr, Map<String,OperatorDescr> aliases, String expr, boolean isEvalExpression)org.drools.core.spi.ConstraintConstraintBuilder. buildLiteralConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, org.drools.core.base.ValueType vtype, org.drools.core.spi.FieldValue field, String expression, String leftValue, String operator, boolean negated, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, LiteralRestrictionDescr restrictionDescr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder.DummyConstraintBuilder. buildLiteralConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, org.drools.core.base.ValueType vtype, org.drools.core.spi.FieldValue field, String expression, String leftValue, String operator, boolean negated, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, LiteralRestrictionDescr restrictionDescr, Map<String,OperatorDescr> aliases)static Map<String,org.drools.core.base.EvaluatorWrapper>PatternBuilder. buildOperators(RuleBuildContext context, org.drools.core.rule.Pattern pattern, BaseDescr predicateDescr, Map<String,OperatorDescr> aliases)protected org.drools.core.spi.ConstraintPatternBuilder. buildRelationalExpression(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)org.drools.core.spi.ConstraintConstraintBuilder.DummyConstraintBuilder. buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr, Map<String,OperatorDescr> aliases)protected org.drools.core.spi.ConstraintPatternBuilder. createAndBuildPredicate(RuleBuildContext context, org.drools.core.rule.Pattern pattern, BaseDescr base, String expr, Map<String,OperatorDescr> aliases)protected org.drools.core.spi.ConstraintPatternBuilder. processAtomicExpression(RuleBuildContext context, org.drools.core.rule.Pattern pattern, BaseDescr d, String expr, Map<String,OperatorDescr> aliases)
-