Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.descr | |
org.drools.compiler.rule.builder |
Modifier and Type | Method and Description |
---|---|
ConstraintConnectiveDescr |
DrlExprParser.parse(String text)
Parse an expression from text
|
Modifier and Type | Method and Description |
---|---|
String |
ExpressionRewriter.dump(BaseDescr base,
ConstraintConnectiveDescr parent,
MVELDumper.MVELDumperContext context) |
String |
MVELDumper.dump(BaseDescr base,
ConstraintConnectiveDescr parent,
MVELDumper.MVELDumperContext context) |
StringBuilder |
ExpressionRewriter.dump(StringBuilder sbuilder,
BaseDescr base,
ConstraintConnectiveDescr parent,
int parentIndex,
int parentPriority,
boolean isInsideRelCons,
MVELDumper.MVELDumperContext context) |
StringBuilder |
MVELDumper.dump(StringBuilder sbuilder,
BaseDescr base,
ConstraintConnectiveDescr parent,
int parentIndex,
int parentPriority,
boolean isInsideRelCons,
MVELDumper.MVELDumperContext context) |
protected void |
MVELDumper.processConnectiveDescr(StringBuilder sbuilder,
BaseDescr base,
ConstraintConnectiveDescr parent,
int parentPriority,
boolean isInsideRelCons,
MVELDumper.MVELDumperContext context) |
Modifier and Type | Method and Description |
---|---|
static ConstraintConnectiveDescr |
ConstraintConnectiveDescr.newAnd() |
static ConstraintConnectiveDescr |
ConstraintConnectiveDescr.newIncAnd() |
static ConstraintConnectiveDescr |
ConstraintConnectiveDescr.newIncOr() |
static ConstraintConnectiveDescr |
ConstraintConnectiveDescr.newOr() |
static ConstraintConnectiveDescr |
ConstraintConnectiveDescr.newXor() |
Modifier and Type | Method and Description |
---|---|
protected ConstraintConnectiveDescr |
PatternBuilder.parseExpression(RuleBuildContext context,
PatternDescr patternDescr,
BaseDescr original,
String expression) |
Modifier and Type | Method and Description |
---|---|
protected void |
PatternBuilder.build(RuleBuildContext context,
PatternDescr patternDescr,
org.drools.core.rule.Pattern pattern,
ConstraintConnectiveDescr descr,
MVELDumper.MVELDumperContext mvelCtx) |
protected void |
PatternBuilder.buildCcdDescr(RuleBuildContext context,
PatternDescr patternDescr,
org.drools.core.rule.Pattern pattern,
BaseDescr d,
ConstraintConnectiveDescr ccd,
MVELDumper.MVELDumperContext mvelCtx) |
static boolean |
QueryElementBuilder.isAtomic(ConstraintConnectiveDescr result) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.