Uses of Class
org.drools.lang.descr.OperatorDescr

Packages that use OperatorDescr
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.descr   
org.drools.rule.builder   
 

Uses of OperatorDescr in org.drools.lang
 

Fields in org.drools.lang with type parameters of type OperatorDescr
protected  Map<String,OperatorDescr> MVELDumper.MVELDumperContext.aliases
           
 

Methods in org.drools.lang that return types with arguments of type OperatorDescr
 Map<String,OperatorDescr> MVELDumper.MVELDumperContext.getAliases()
           
 

Methods in org.drools.lang with parameters of type OperatorDescr
 String MVELDumper.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 String
 void MVELDumper.processRestriction(MVELDumper.MVELDumperContext context, StringBuilder sbuilder, String left, OperatorDescr operator, String right)
           
 void ExpressionRewriter.processRestriction(MVELDumper.MVELDumperContext context, StringBuilder sbuilder, String left, OperatorDescr operator, String right)
           
protected  void MVELDumper.rewriteBasicOperator(StringBuilder sbuilder, String left, OperatorDescr operator, String right)
           
protected  void MVELDumper.rewriteOperator(MVELDumper.MVELDumperContext context, StringBuilder sbuilder, String left, OperatorDescr operator, String right)
           
 

Method parameters in org.drools.lang with type arguments of type OperatorDescr
 void MVELDumper.MVELDumperContext.setAliases(Map<String,OperatorDescr> aliases)
           
 

Uses of OperatorDescr in org.drools.lang.descr
 

Methods in org.drools.lang.descr that return OperatorDescr
 OperatorDescr RelationalExprDescr.getOperatorDescr()
           
 

Methods in org.drools.lang.descr with parameters of type OperatorDescr
 void RelationalExprDescr.setOperatorDescr(OperatorDescr operator)
           
 

Uses of OperatorDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder with parameters of type OperatorDescr
 Constraint ConstraintBuilder.buildVariableConstraint(RuleBuildContext context, Pattern pattern, String expression, Declaration[] declarations, String leftValue, OperatorDescr operator, String rightValue, InternalReadAccessor extractor, Declaration requiredDeclaration, RelationalExprDescr relDescr)
           
 Constraint MVELConstraintBuilder.buildVariableConstraint(RuleBuildContext context, Pattern pattern, String expression, Declaration[] declarations, String leftValue, OperatorDescr operatorDescr, String rightValue, InternalReadAccessor extractor, Declaration requiredDeclaration, RelationalExprDescr relDescr)
           
 

Method parameters in org.drools.rule.builder with type arguments of type OperatorDescr
static AnalysisResult PatternBuilder.buildAnalysis(RuleBuildContext context, Pattern pattern, PredicateDescr predicateDescr, Map<String,OperatorDescr> aliases)
           
 MVELCompilationUnit ConstraintBuilder.buildCompilationUnit(RuleBuildContext context, Pattern pattern, String expression, Map<String,OperatorDescr> aliases)
           
 MVELCompilationUnit MVELConstraintBuilder.buildCompilationUnit(RuleBuildContext context, Pattern pattern, String expression, Map<String,OperatorDescr> aliases)
           
protected  void PatternBuilder.buildEval(RuleBuildContext context, Pattern pattern, PredicateDescr predicateDescr, Map<String,OperatorDescr> aliases, String expr, boolean isEvalExpression)
           
protected  void PatternBuilder.buildExpression(RuleBuildContext context, Pattern pattern, BaseDescr d, String expr, Map<String,OperatorDescr> aliases)
           
protected static Map<String,EvaluatorWrapper> PatternBuilder.buildOperators(RuleBuildContext context, Pattern pattern, PredicateDescr predicateDescr, Map<String,OperatorDescr> aliases)
           
protected  void PatternBuilder.buildRelationalExpression(RuleBuildContext context, Pattern pattern, RelationalExprDescr relDescr, String expr, Map<String,OperatorDescr> aliases)
           
protected  void PatternBuilder.createAndBuildPredicate(RuleBuildContext context, Pattern pattern, BaseDescr base, String expr, Map<String,OperatorDescr> aliases)
           
protected  boolean PatternBuilder.processAtomicExpression(RuleBuildContext context, Pattern pattern, BaseDescr d, String expr, Map<String,OperatorDescr> aliases)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.