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.ParameterTypesisVargsMethod, nativeParamTypes, parameterTypes
 
- 
 - 
Constructor SummaryConstructors Constructor Description CachedConstructor(Constructor c)CachedConstructor(CachedClass clazz, Constructor c)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods 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.ParameterTypescoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
 
- 
 
- 
- 
- 
Constructor Detail- 
CachedConstructorpublic CachedConstructor(CachedClass clazz, Constructor c) 
 - 
CachedConstructorpublic CachedConstructor(Constructor c) 
 
- 
 - 
Method Detail- 
getPTprotected Class[] getPT() - Overrides:
- getPTin class- ParameterTypes
 
 - 
findpublic static CachedConstructor find(Constructor constructor) 
 - 
getModifierspublic int getModifiers() 
 - 
getCachedClasspublic CachedClass getCachedClass() 
 - 
getDeclaringClasspublic Class getDeclaringClass() 
 - 
getCachedConstructorpublic Constructor getCachedConstructor() 
 
- 
 
-