org.codehaus.groovy.reflection
Class CachedConstructor
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
org.codehaus.groovy.reflection.CachedConstructor
public class CachedConstructor
- extends ParameterTypes
- Author:
- Alex.Tkachman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
CachedClass clazz
cachedConstructor
public final java.lang.reflect.Constructor cachedConstructor
CachedConstructor
public CachedConstructor(CachedClass clazz,
java.lang.reflect.Constructor c)
CachedConstructor
public CachedConstructor(java.lang.reflect.Constructor c)
getPT
protected java.lang.Class[] getPT()
- Overrides:
getPT
in class ParameterTypes
find
public static CachedConstructor find(java.lang.reflect.Constructor constructor)
doConstructorInvoke
public java.lang.Object doConstructorInvoke(java.lang.Object[] argumentArray)
invoke
public java.lang.Object invoke(java.lang.Object[] argumentArray)
createExceptionText
private static GroovyRuntimeException createExceptionText(java.lang.String init,
java.lang.reflect.Constructor constructor,
java.lang.Object[] argumentArray,
java.lang.Throwable e,
boolean setReason)
getModifiers
public int getModifiers()
Copyright © ${year} The Codehaus. All Rights Reserved.