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

Packages that use LiteralRestrictionDescr
org.drools.compiler.xml This contains the parser and utilities for handling rules in XML format. 
org.drools.rule.builder   
 

Uses of LiteralRestrictionDescr in org.drools.compiler.xml
 

Methods in org.drools.compiler.xml with parameters of type LiteralRestrictionDescr
 void XmlDumper.visitLiteralRestrictionDescr(LiteralRestrictionDescr descr)
           
 

Uses of LiteralRestrictionDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder that return LiteralRestrictionDescr
protected  LiteralRestrictionDescr PatternBuilder.buildLiteralRestrictionDescr(RuleBuildContext context, RelationalExprDescr exprDescr, String rightValue, String operator, boolean isRightLiteral)
           
 

Methods in org.drools.rule.builder with parameters of type LiteralRestrictionDescr
 Constraint ConstraintBuilder.buildLiteralConstraint(RuleBuildContext context, Pattern pattern, ValueType vtype, FieldValue field, String expression, String leftValue, String operator, String rightValue, InternalReadAccessor extractor, LiteralRestrictionDescr restrictionDescr)
           
 Constraint MVELConstraintBuilder.buildLiteralConstraint(RuleBuildContext context, Pattern pattern, ValueType vtype, FieldValue field, String expression, String leftValue, String operator, String rightValue, InternalReadAccessor extractor, LiteralRestrictionDescr restrictionDescr)
           
 Evaluator ConstraintBuilder.buildLiteralEvaluator(RuleBuildContext context, InternalReadAccessor extractor, LiteralRestrictionDescr literalRestrictionDescr, ValueType vtype)
           
 Evaluator MVELConstraintBuilder.buildLiteralEvaluator(RuleBuildContext context, InternalReadAccessor extractor, LiteralRestrictionDescr literalRestrictionDescr, ValueType vtype)
           
protected  FieldValue PatternBuilder.getFieldValue(RuleBuildContext context, ValueType vtype, LiteralRestrictionDescr literalRestrictionDescr)
           
protected static String MVELConstraintBuilder.normalizeMVELLiteralExpression(ValueType vtype, FieldValue field, String expr, String leftValue, String operator, String rightValue, LiteralRestrictionDescr restrictionDescr)
           
 



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