public interface EvalExpression extends Invoker, Cloneable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EvalExpression.SafeEvalExpression |
| Modifier and Type | Method and Description |
|---|---|
EvalExpression |
clone() |
default EvalExpression |
clonePreservingDeclarations(EvalExpression original) |
Object |
createContext() |
boolean |
evaluate(Tuple tuple,
Declaration[] requiredDeclarations,
WorkingMemory workingMemory,
Object context) |
static boolean |
isCompiledInvoker(EvalExpression expression) |
void |
replaceDeclaration(Declaration declaration,
Declaration resolved) |
Object createContext()
boolean evaluate(Tuple tuple, Declaration[] requiredDeclarations, WorkingMemory workingMemory, Object context) throws Exception
Exceptionvoid replaceDeclaration(Declaration declaration, Declaration resolved)
EvalExpression clone()
default EvalExpression clonePreservingDeclarations(EvalExpression original)
static boolean isCompiledInvoker(EvalExpression expression)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.