public interface ReturnValueExpression extends Invoker
Modifier and Type | Interface and Description |
---|---|
static class |
ReturnValueExpression.SafeReturnValueExpression |
Modifier and Type | Method and Description |
---|---|
Object |
createContext() |
FieldValue |
evaluate(InternalFactHandle handle,
Tuple tuple,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
WorkingMemory workingMemory,
Object context) |
void |
replaceDeclaration(Declaration declaration,
Declaration resolved) |
Object createContext()
FieldValue evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory, Object context) throws Exception
Exception
void replaceDeclaration(Declaration declaration, Declaration resolved)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.