Package | Description |
---|---|
org.drools.core.base.mvel | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.rule.builder.dialect.asm | |
org.drools.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
MVELEvalExpression |
Modifier and Type | Class and Description |
---|---|
static class |
EvalCondition.SafeEvalExpression |
Modifier and Type | Method and Description |
---|---|
EvalExpression |
EvalCondition.getEvalExpression() |
Modifier and Type | Method and Description |
---|---|
void |
EvalCondition.setEvalExpression(EvalExpression expression) |
Constructor and Description |
---|
EvalCondition.SafeEvalExpression(EvalExpression delegate) |
EvalCondition(EvalExpression eval,
Declaration[] requiredDeclarations) |
Modifier and Type | Interface and Description |
---|---|
interface |
EvalStub |
Modifier and Type | Method and Description |
---|---|
void |
EvalStub.setEval(EvalExpression predicate) |
Modifier and Type | Method and Description |
---|---|
EvalExpression |
EvalExpression.clone() |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.