com.espertech.esper.epl.expression
Class ExprDotMethodEvalNoDuckWrapArray

java.lang.Object
  extended by com.espertech.esper.epl.expression.ExprDotMethodEvalNoDuck
      extended by com.espertech.esper.epl.expression.ExprDotMethodEvalNoDuckWrapArray
All Implemented Interfaces:
ExprDotEval

public class ExprDotMethodEvalNoDuckWrapArray
extends ExprDotMethodEvalNoDuck


Field Summary
 
Fields inherited from class com.espertech.esper.epl.expression.ExprDotMethodEvalNoDuck
method, statementName
 
Constructor Summary
ExprDotMethodEvalNoDuckWrapArray(java.lang.String statementName, net.sf.cglib.reflect.FastMethod method, ExprEvaluator[] parameters)
           
 
Method Summary
 java.lang.Object evaluate(java.lang.Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
           
 ExpressionReturnType getTypeInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprDotMethodEvalNoDuckWrapArray

public ExprDotMethodEvalNoDuckWrapArray(java.lang.String statementName,
                                        net.sf.cglib.reflect.FastMethod method,
                                        ExprEvaluator[] parameters)
Method Detail

evaluate

public java.lang.Object evaluate(java.lang.Object target,
                                 EventBean[] eventsPerStream,
                                 boolean isNewData,
                                 ExprEvaluatorContext exprEvaluatorContext)
Specified by:
evaluate in interface ExprDotEval
Overrides:
evaluate in class ExprDotMethodEvalNoDuck

getTypeInfo

public ExpressionReturnType getTypeInfo()
Specified by:
getTypeInfo in interface ExprDotEval
Overrides:
getTypeInfo in class ExprDotMethodEvalNoDuck

© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com