org.logicalcobwebs.cglib.reflect
Class FastConstructor
java.lang.Object
   org.logicalcobwebs.cglib.reflect.FastMember
org.logicalcobwebs.cglib.reflect.FastMember
       org.logicalcobwebs.cglib.reflect.FastConstructor
org.logicalcobwebs.cglib.reflect.FastConstructor
- public class FastConstructor 
- extends FastMember
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
FastConstructor
FastConstructor(FastClass fc,
                java.lang.reflect.Constructor constructor)
getParameterTypes
public java.lang.Class[] getParameterTypes()
- 
- Specified by:
- getParameterTypesin class- FastMember
 
- 
 
getExceptionTypes
public java.lang.Class[] getExceptionTypes()
- 
- Specified by:
- getExceptionTypesin class- FastMember
 
- 
 
newInstance
public java.lang.Object newInstance()
                             throws java.lang.reflect.InvocationTargetException
- 
- Throws:
- java.lang.reflect.InvocationTargetException
 
newInstance
public java.lang.Object newInstance(java.lang.Object[] args)
                             throws java.lang.reflect.InvocationTargetException
- 
- Throws:
- java.lang.reflect.InvocationTargetException
 
getJavaConstructor
public java.lang.reflect.Constructor getJavaConstructor()
-