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 Modifier and Type Field Description java.lang.reflect.ConstructorcachedConstructor- 
Fields 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectdoConstructorInvoke(java.lang.Object[] argumentArray)static CachedConstructorfind(java.lang.reflect.Constructor constructor)CachedClassgetCachedClass()intgetModifiers()protected java.lang.Class[]getPT()java.lang.Objectinvoke(java.lang.Object[] argumentArray)- 
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, java.lang.reflect.Constructor c) 
 - 
CachedConstructorpublic CachedConstructor(java.lang.reflect.Constructor c) 
 
- 
 - 
Method Detail- 
getPTprotected java.lang.Class[] getPT() - Overrides:
- getPTin class- ParameterTypes
 
 - 
findpublic static CachedConstructor find(java.lang.reflect.Constructor constructor) 
 - 
doConstructorInvokepublic java.lang.Object doConstructorInvoke(java.lang.Object[] argumentArray) 
 - 
invokepublic java.lang.Object invoke(java.lang.Object[] argumentArray) 
 - 
getModifierspublic int getModifiers() 
 - 
getCachedClasspublic CachedClass getCachedClass() 
 
- 
 
-