public abstract class ExprTableExprEvaluatorBase extends Object implements ExprEvaluator
Modifier and Type | Field and Description |
---|---|
protected ExprNode |
exprNode |
protected Class |
returnType |
protected int |
streamNum |
protected String |
subpropName |
protected String |
tableName |
Constructor and Description |
---|
ExprTableExprEvaluatorBase(ExprNode exprNode,
String tableName,
String subpropName,
int streamNum,
Class returnType) |
Modifier and Type | Method and Description |
---|---|
Class |
getReturnType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
protected final ExprNode exprNode
protected final String tableName
protected final String subpropName
protected final int streamNum
protected final Class returnType
public Class getReturnType()