com.espertech.esper.epl.expression.core
Class ExprNodeUtilMethodDesc
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprNodeUtilMethodDesc
public ExprNodeUtilMethodDesc(boolean allConstants,
java.lang.Class[] paramTypes,
ExprEvaluator[] childEvals,
java.lang.reflect.Method reflectionMethod,
net.sf.cglib.reflect.FastMethod fastMethod)
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()