|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.reflection.ParameterTypes org.codehaus.groovy.reflection.CachedConstructor
public class CachedConstructor extends ParameterTypes
Field Summary | |
---|---|
Constructor |
cachedConstructor
|
Fields inherited from class ParameterTypes | |
---|---|
isVargsMethod, nativeParamTypes, parameterTypes |
Constructor Summary | |
CachedConstructor(CachedClass clazz, Constructor c)
|
|
CachedConstructor(Constructor c)
|
Method Summary | |
---|---|
Object
|
doConstructorInvoke(Object[] argumentArray)
|
static CachedConstructor
|
find(Constructor constructor)
|
CachedClass
|
getCachedClass()
|
int
|
getModifiers()
|
protected Class[]
|
getPT()
|
Object
|
invoke(Object[] argumentArray)
|
Methods inherited from class ParameterTypes | |
---|---|
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public final Constructor cachedConstructor
Constructor Detail |
---|
public CachedConstructor(CachedClass clazz, Constructor c)
public CachedConstructor(Constructor c)
Method Detail |
---|
public Object doConstructorInvoke(Object[] argumentArray)
public static CachedConstructor find(Constructor constructor)
public CachedClass getCachedClass()
public int getModifiers()
protected Class[] getPT()
public Object invoke(Object[] argumentArray)
Copyright © 2003-2013 The Codehaus. All rights reserved.