Uses of Class
org.drools.compiler.lang.descr.LiteralRestrictionDescr
-
Packages that use LiteralRestrictionDescr Package Description org.drools.compiler.compiler.xml This contains the parser and utilities for handling rules in XML format.org.drools.compiler.rule.builder org.drools.compiler.rule.builder.util -
-
Uses of LiteralRestrictionDescr in org.drools.compiler.compiler.xml
Methods in org.drools.compiler.compiler.xml with parameters of type LiteralRestrictionDescr Modifier and Type Method Description voidXmlDumper. visitLiteralRestrictionDescr(LiteralRestrictionDescr descr) -
Uses of LiteralRestrictionDescr in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder that return LiteralRestrictionDescr Modifier and Type Method Description protected LiteralRestrictionDescrPatternBuilder. buildLiteralRestrictionDescr(RuleBuildContext context, RelationalExprDescr exprDescr, String rightValue, boolean isRightLiteral)Methods in org.drools.compiler.rule.builder with parameters of type LiteralRestrictionDescr Modifier and Type Method Description 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) -
Uses of LiteralRestrictionDescr in org.drools.compiler.rule.builder.util
Methods in org.drools.compiler.rule.builder.util with parameters of type LiteralRestrictionDescr Modifier and Type Method Description static StringPatternBuilderUtil. normalizeStringOperator(String leftValue, String rightValue, LiteralRestrictionDescr restrictionDescr)
-