Package org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
- Author:
- Alex.Tkachman
-
Field Summary
FieldsFields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoConstructorInvoke(Object[] argumentArray) static CachedConstructorfind(Constructor constructor) intprotected Class[]getPT()Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes
-
Field Details
-
cachedConstructor
-
-
Constructor Details
-
CachedConstructor
-
CachedConstructor
-
-
Method Details
-
getPT
- Overrides:
getPTin classParameterTypes
-
find
-
doConstructorInvoke
-
invoke
-
getModifiers
public int getModifiers()
-