org.codehaus.groovy.reflection
Class CachedConstructor

java.lang.Object
  extended by org.codehaus.groovy.reflection.ParameterTypes
      extended by org.codehaus.groovy.reflection.CachedConstructor

public class CachedConstructor
extends ParameterTypes

Author:
Alex.Tkachman

Field Summary
 java.lang.reflect.Constructor cachedConstructor
           
(package private)  CachedClass clazz
           
 
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
 
Constructor Summary
CachedConstructor(CachedClass clazz, java.lang.reflect.Constructor c)
           
CachedConstructor(java.lang.reflect.Constructor c)
           
 
Method Summary
static CachedConstructor find(java.lang.reflect.Constructor constructor)
           
protected  java.lang.Class[] getPT()
           
 
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes
coerceArgumentsToClasses, getNativeParameterTypes, getParameterTypes, isValidMethod, isValidMethod, isVargsMethod, setParametersTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

CachedClass clazz

cachedConstructor

public final java.lang.reflect.Constructor cachedConstructor
Constructor Detail

CachedConstructor

public CachedConstructor(CachedClass clazz,
                         java.lang.reflect.Constructor c)

CachedConstructor

public CachedConstructor(java.lang.reflect.Constructor c)
Method Detail

getPT

protected java.lang.Class[] getPT()
Overrides:
getPT in class ParameterTypes

find

public static CachedConstructor find(java.lang.reflect.Constructor constructor)


Copyright © ${year} The Codehaus. All Rights Reserved.