Package org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
public class CachedConstructor extends ParameterTypes
- 
Field Summary
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes - 
Constructor Summary
Constructors Constructor Description CachedConstructor(Constructor c)CachedConstructor(CachedClass clazz, Constructor c) - 
Method Summary
Modifier and Type Method Description ObjectdoConstructorInvoke(Object[] argumentArray)static CachedConstructorfind(Constructor constructor)CachedClassgetCachedClass()ConstructorgetCachedConstructor()ClassgetDeclaringClass()intgetModifiers()protected Class[]getPT()Objectinvoke(Object[] argumentArray)StringtoString()Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes 
- 
Constructor Details
- 
CachedConstructor
 - 
CachedConstructor
 
 - 
 - 
Method Details
- 
getPT
- Overrides:
 getPTin classParameterTypes
 - 
find
 - 
doConstructorInvoke
 - 
invoke
 - 
toString
 - 
getModifiers
public int getModifiers() - 
getCachedClass
 - 
getDeclaringClass
 - 
getCachedConstructor
 
 -