org.codehaus.groovy.reflection
Class CachedConstructor

author:
Alex.Tkachman

Field Summary
 Constructor cachedConstructor
           
 CachedClass clazz
           
 
Constructor Summary
CachedConstructor(CachedClass clazz, Constructor c)
           
CachedConstructor(Constructor c)
           
 
Method Summary
static GroovyRuntimeException createExceptionText(String init, Constructor constructor, def argumentArray, Throwable e, boolean setReason)
          
Object doConstructorInvoke(def argumentArray)
          
static CachedConstructor find(Constructor constructor)
          
def getPT()
          
Object invoke(def argumentArray)
          
 

Constructor Detail

CachedConstructor

public CachedConstructor(CachedClass clazz, Constructor c)


CachedConstructor

public CachedConstructor(Constructor c)


Method Detail

createExceptionText

static GroovyRuntimeException createExceptionText(String init, Constructor constructor, def argumentArray, Throwable e, boolean setReason)


doConstructorInvoke

public Object doConstructorInvoke(def argumentArray)


find

public static CachedConstructor find(Constructor constructor)


getPT

def getPT()


invoke

public Object invoke(def argumentArray)