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 SummaryFields inherited from class org.codehaus.groovy.reflection.ParameterTypesisVargsMethod, nativeParamTypes, parameterTypes
- 
Constructor SummaryConstructors Constructor Description CachedConstructor(java.lang.reflect.Constructor c)CachedConstructor(CachedClass clazz, java.lang.reflect.Constructor c)
- 
Method SummaryModifier and Type Method Description java.lang.ObjectdoConstructorInvoke(java.lang.Object[] argumentArray)static CachedConstructorfind(java.lang.reflect.Constructor constructor)CachedClassgetCachedClass()java.lang.reflect.ConstructorgetCachedConstructor()java.lang.ClassgetDeclaringClass()intgetModifiers()protected java.lang.Class[]getPT()java.lang.Objectinvoke(java.lang.Object[] argumentArray)java.lang.StringtoString()Methods inherited from class org.codehaus.groovy.reflection.ParameterTypescoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
CachedConstructor
- 
CachedConstructorpublic CachedConstructor(java.lang.reflect.Constructor c)
 
- 
- 
Method Details- 
getPTprotected java.lang.Class[] getPT()- Overrides:
- getPTin class- ParameterTypes
 
- 
find
- 
doConstructorInvokepublic java.lang.Object doConstructorInvoke(java.lang.Object[] argumentArray)
- 
invokepublic java.lang.Object invoke(java.lang.Object[] argumentArray)
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Object
 
- 
getModifierspublic int getModifiers()
- 
getCachedClass
- 
getDeclaringClasspublic java.lang.Class getDeclaringClass()
- 
getCachedConstructorpublic java.lang.reflect.Constructor getCachedConstructor()
 
-