public abstract class GenericExpression extends java.lang.Object implements Resolvable
Resolvable runtime expression
which must return a BaseDataType result. Subclasses need
implement only the Resolvable.resolve() method.| Constructor and Description |
|---|
GenericExpression() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType()
Report the return type expected from executing the expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolvepublic final java.lang.Class getType()
getType in interface ResolvableBaseDataType.