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