public class ExprNodeUtilMethodDesc
extends java.lang.Object
Constructor and Description |
---|
ExprNodeUtilMethodDesc(boolean allConstants,
java.lang.Class[] paramTypes,
ExprEvaluator[] childEvals,
java.lang.reflect.Method reflectionMethod,
FastMethod fastMethod) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
getChildEvals() |
FastMethod |
getFastMethod() |
java.lang.Class[] |
getParamTypes() |
java.lang.reflect.Method |
getReflectionMethod() |
boolean |
isAllConstants() |
public ExprNodeUtilMethodDesc(boolean allConstants, java.lang.Class[] paramTypes, ExprEvaluator[] childEvals, java.lang.reflect.Method reflectionMethod, FastMethod fastMethod)
public boolean isAllConstants()
public java.lang.Class[] getParamTypes()
public ExprEvaluator[] getChildEvals()
public java.lang.reflect.Method getReflectionMethod()
public FastMethod getFastMethod()