com.espertech.esper.epl.expression.core
Class ExprNodeUtilMethodDesc

java.lang.Object
  extended by com.espertech.esper.epl.expression.core.ExprNodeUtilMethodDesc

public class ExprNodeUtilMethodDesc
extends java.lang.Object


Constructor Summary
ExprNodeUtilMethodDesc(boolean allConstants, java.lang.Class[] paramTypes, ExprEvaluator[] childEvals, java.lang.reflect.Method reflectionMethod, net.sf.cglib.reflect.FastMethod fastMethod)
           
 
Method Summary
 ExprEvaluator[] getChildEvals()
           
 net.sf.cglib.reflect.FastMethod getFastMethod()
           
 java.lang.Class[] getParamTypes()
           
 java.lang.reflect.Method getReflectionMethod()
           
 boolean isAllConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNodeUtilMethodDesc

public ExprNodeUtilMethodDesc(boolean allConstants,
                              java.lang.Class[] paramTypes,
                              ExprEvaluator[] childEvals,
                              java.lang.reflect.Method reflectionMethod,
                              net.sf.cglib.reflect.FastMethod fastMethod)
Method Detail

isAllConstants

public boolean isAllConstants()

getParamTypes

public java.lang.Class[] getParamTypes()

getChildEvals

public ExprEvaluator[] getChildEvals()

getReflectionMethod

public java.lang.reflect.Method getReflectionMethod()

getFastMethod

public net.sf.cglib.reflect.FastMethod getFastMethod()

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