Drools :: Compiler 6.0.0.CR5

Uses of Class
org.drools.compiler.lang.descr.RelationalExprDescr

Packages that use RelationalExprDescr
org.drools.compiler.rule.builder   
 

Uses of RelationalExprDescr in org.drools.compiler.rule.builder
 

Methods in org.drools.compiler.rule.builder with parameters of type RelationalExprDescr
protected  boolean PatternBuilder.addConstraintToPattern(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, String value1, String value2, boolean isConstant)
           
protected  boolean PatternBuilder.addConstraintToPattern(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, String value1, String value2, boolean isConstant, org.drools.core.spi.InternalReadAccessor extractor)
           
protected  LiteralRestrictionDescr PatternBuilder.buildLiteralRestrictionDescr(RuleBuildContext context, RelationalExprDescr exprDescr, String rightValue, String operator, boolean isRightLiteral)
           
protected  void PatternBuilder.buildRelationalExpression(RuleBuildContext context, org.drools.core.rule.Pattern pattern, RelationalExprDescr relDescr, String expr, Map<String,OperatorDescr> aliases)
           
 org.drools.core.spi.Constraint MVELConstraintBuilder.buildVariableConstraint(RuleBuildContext context, org.drools.core.rule.Pattern pattern, String expression, org.drools.core.rule.Declaration[] declarations, String leftValue, OperatorDescr operatorDescr, String rightValue, org.drools.core.spi.InternalReadAccessor extractor, org.drools.core.rule.Declaration requiredDeclaration, RelationalExprDescr relDescr)
           
 org.drools.core.spi.Constraint ConstraintBuilder.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)
           
protected  boolean PatternBuilder.isSimpleExpr(RelationalExprDescr relDescr)
           
 


Drools :: Compiler 6.0.0.CR5

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