Package | Description |
---|---|
org.drools.core.base.accumulators | |
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 | Method and Description |
---|---|
ReturnValueExpression |
JavaAccumulatorFunctionExecutor.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
JavaAccumulatorFunctionExecutor.setExpression(ReturnValueExpression expression) |
Modifier and Type | Class and Description |
---|---|
class |
MVELReturnValueExpression |
Modifier and Type | Method and Description |
---|---|
ReturnValueExpression |
ReturnValueRestriction.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
ReturnValueRestriction.setReturnValueExpression(ReturnValueExpression expression) |
Constructor and Description |
---|
ReturnValueRestriction(InternalReadAccessor fieldExtractor,
ReturnValueExpression returnValueExpression,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
String[] requiredGlobals,
Evaluator evaluator) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReturnValueStub |
Modifier and Type | Method and Description |
---|---|
void |
ReturnValueStub.setReturnValue(ReturnValueExpression returnValue) |
Modifier and Type | Class and Description |
---|---|
static class |
ReturnValueExpression.SafeReturnValueExpression |
Constructor and Description |
---|
ReturnValueExpression.SafeReturnValueExpression(ReturnValueExpression delegate) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.