Package org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
- All Implemented Interfaces:
- MetaMember
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoConstructorInvoke(Object[] argumentArray) static CachedConstructorfind(Constructor constructor) intgetName()protected Class[]getPT()booleantoString()Methods inherited from class org.codehaus.groovy.reflection.ParameterTypescoerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.MetaMemberisFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic
- 
Constructor Details- 
CachedConstructor
- 
CachedConstructor
 
- 
- 
Method Details- 
getPT- Overrides:
- getPTin class- ParameterTypes
 
- 
getName- Specified by:
- getNamein interface- MetaMember
 
- 
getModifierspublic int getModifiers()- Specified by:
- getModifiersin interface- MetaMember
 
- 
isSyntheticpublic boolean isSynthetic()- Specified by:
- isSyntheticin interface- MetaMember
 
- 
toString
- 
find
- 
doConstructorInvoke
- 
invoke
- 
getCachedClass
- 
getDeclaringClass
- 
getCachedConstructor
 
-