Package org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
-
Field Summary
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoConstructorInvoke
(Object[] argumentArray) static CachedConstructor
find
(Constructor constructor) int
protected Class[]
getPT()
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
-