Package org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
- All Implemented Interfaces:
MetaMember
-
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
getName()
protected Class[]
getPT()
boolean
toString()
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface groovy.lang.MetaMember
isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic
-
Constructor Details
-
CachedConstructor
-
CachedConstructor
-
-
Method Details
-
getPT
- Overrides:
getPT
in classParameterTypes
-
getName
- Specified by:
getName
in interfaceMetaMember
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfaceMetaMember
-
isSynthetic
public boolean isSynthetic()- Specified by:
isSynthetic
in interfaceMetaMember
-
toString
-
find
-
doConstructorInvoke
-
invoke
-
getCachedClass
-
getDeclaringClass
-
getCachedConstructor
-