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 Object
doConstructorInvoke(Object[] argumentArray)
static CachedConstructor
find(Constructor constructor)
CachedClass
getCachedClass()
Constructor
getCachedConstructor()
Class
getDeclaringClass()
int
getModifiers()
protected Class[]
getPT()
Object
invoke(Object[] argumentArray)
String
toString()
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:
getPT
in classParameterTypes
-
find
-
doConstructorInvoke
-
invoke
-
toString
-
getModifiers
public int getModifiers() -
getCachedClass
-
getDeclaringClass
-
getCachedConstructor
-