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