public class ExprNodeUtilMethodDesc
extends java.lang.Object
Constructor and Description |
---|
ExprNodeUtilMethodDesc(boolean allConstants,
ExprForge[] childForges,
java.lang.reflect.Method reflectionMethod,
net.sf.cglib.reflect.FastMethod fastMethod) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
getChildForges() |
net.sf.cglib.reflect.FastMethod |
getFastMethod() |
java.lang.reflect.Method |
getReflectionMethod() |
boolean |
isAllConstants() |
public ExprNodeUtilMethodDesc(boolean allConstants, ExprForge[] childForges, java.lang.reflect.Method reflectionMethod, net.sf.cglib.reflect.FastMethod fastMethod)
public boolean isAllConstants()
public java.lang.reflect.Method getReflectionMethod()
public net.sf.cglib.reflect.FastMethod getFastMethod()
public ExprForge[] getChildForges()