public class ExprTableExprEvaluatorBase extends Object
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) |