public static class QueryArgument.Expression extends Object implements QueryArgument
QueryArgument.Declr, QueryArgument.Expression, QueryArgument.Literal, QueryArgument.Null, QueryArgument.VarNULL, VAR| Constructor and Description |
|---|
Expression() |
Expression(List<Declaration> declarations,
String expression,
org.mvel2.ParserContext parserContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(InternalWorkingMemory wm,
LeftTuple leftTuple) |
QueryArgument |
normalize(ClassLoader classLoader) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public Expression()
public Expression(List<Declaration> declarations, String expression, org.mvel2.ParserContext parserContext)
public Object getValue(InternalWorkingMemory wm, LeftTuple leftTuple)
getValue in interface QueryArgumentpublic QueryArgument normalize(ClassLoader classLoader)
normalize in interface QueryArgumentpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.