[Java] Class CachedConstructor
- org.codehaus.groovy.reflection.CachedConstructor
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class | Name |
class ParameterTypes | coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes |
Constructor Detail
public CachedConstructor(Constructor c)
Method Detail
public Object doConstructorInvoke(Object[] argumentArray)
public CachedClass getCachedClass()
public Constructor getCachedConstructor()
public Class getDeclaringClass()
public int getModifiers()
protected Class[] getPT()
public Object invoke(Object[] argumentArray)