com.espertech.esper.epl.enummethod.dot
Class ExprDotEvalParam

java.lang.Object
  extended by com.espertech.esper.epl.enummethod.dot.ExprDotEvalParam
Direct Known Subclasses:
ExprDotEvalParamExpr, ExprDotEvalParamLambda

public abstract class ExprDotEvalParam
extends java.lang.Object


Constructor Summary
protected ExprDotEvalParam(int parameterNum, ExprNode body, ExprEvaluator bodyEvaluator)
           
 
Method Summary
 ExprNode getBody()
           
 ExprEvaluator getBodyEvaluator()
           
 int getParameterNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprDotEvalParam

protected ExprDotEvalParam(int parameterNum,
                           ExprNode body,
                           ExprEvaluator bodyEvaluator)
Method Detail

getParameterNum

public int getParameterNum()

getBody

public ExprNode getBody()

getBodyEvaluator

public ExprEvaluator getBodyEvaluator()

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