org.codehaus.groovy.reflection
Class ParameterTypes
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
- Direct Known Subclasses:
- CachedConstructor, CachedMethod
public class ParameterTypes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nativeParamTypes
protected Class[] nativeParamTypes
parameterTypes
protected CachedClass[] parameterTypes
ParameterTypes
public ParameterTypes()
ParameterTypes
public ParameterTypes(Class[] pt)
ParameterTypes
public ParameterTypes(CachedClass[] parameterTypes)
getParameterTypes
public CachedClass[] getParameterTypes()
getNativeParameterTypes
public Class[] getNativeParameterTypes()
isVargsMethod
public boolean isVargsMethod(Object[] arguments)
coerceArgumentsToClasses
public Object[] coerceArgumentsToClasses(Object[] argumentArray)