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