public static class QueryArgument.Declr extends Object implements QueryArgument
QueryArgument.Declr, QueryArgument.Literal, QueryArgument.Null, QueryArgument.VarNULL, VAR| Constructor and Description |
|---|
Declr() |
Declr(Declaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getArgumentClass() |
Declaration |
getDeclaration() |
Object |
getValue(InternalWorkingMemory wm,
LeftTuple leftTuple) |
QueryArgument |
normalize(ClassLoader classLoader) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateDeclarationpublic Declr()
public Declr(Declaration declaration)
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 ExternalizableIOExceptionClassNotFoundExceptionpublic Declaration getDeclaration()
public Class<?> getArgumentClass()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.