public interface QueryArgument extends Externalizable
Modifier and Type | Interface and Description |
---|---|
static class |
QueryArgument.Declr |
static class |
QueryArgument.Expression |
static class |
QueryArgument.Literal |
static class |
QueryArgument.Null |
static class |
QueryArgument.Var |
Modifier and Type | Field and Description |
---|---|
static QueryArgument.Null |
NULL |
static QueryArgument.Var |
VAR |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(InternalWorkingMemory wm,
LeftTuple leftTuple) |
QueryArgument |
normalize(ClassLoader classLoader) |
readExternal, writeExternal
static final QueryArgument.Var VAR
static final QueryArgument.Null NULL
QueryArgument normalize(ClassLoader classLoader)
Object getValue(InternalWorkingMemory wm, LeftTuple leftTuple)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.