public class ExprDotMethodEvalNoDuck extends Object implements ExprDotEval
Modifier and Type | Field and Description |
---|---|
protected net.sf.cglib.reflect.FastMethod |
method |
protected String |
statementName |
Constructor and Description |
---|
ExprDotMethodEvalNoDuck(String statementName,
net.sf.cglib.reflect.FastMethod method,
ExprEvaluator[] parameters) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Object target,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
EPType |
getTypeInfo() |
void |
visit(ExprDotEvalVisitor visitor) |
protected final String statementName
protected final net.sf.cglib.reflect.FastMethod method
public ExprDotMethodEvalNoDuck(String statementName, net.sf.cglib.reflect.FastMethod method, ExprEvaluator[] parameters)
public void visit(ExprDotEvalVisitor visitor)
visit
in interface ExprDotEval
public Object evaluate(Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
evaluate
in interface ExprDotEval
public EPType getTypeInfo()
getTypeInfo
in interface ExprDotEval