net.sf.cglib.reflect

Class FastConstructor


public class FastConstructor
extends FastMember

Method Summary

Class[]
getExceptionTypes()
Constructor
getJavaConstructor()
Class[]
getParameterTypes()
Object
newInstance()
Object
newInstance(Object[] args)

Methods inherited from class net.sf.cglib.reflect.FastMember

equals, getDeclaringClass, getExceptionTypes, getIndex, getModifiers, getName, getParameterTypes, hashCode, toString

Method Details

getExceptionTypes

public Class[] getExceptionTypes()
Overrides:
getExceptionTypes in interface FastMember

getJavaConstructor

public Constructor getJavaConstructor()

getParameterTypes

public Class[] getParameterTypes()
Overrides:
getParameterTypes in interface FastMember

newInstance

public Object newInstance()
            throws InvocationTargetException

newInstance

public Object newInstance(Object[] args)
            throws InvocationTargetException

Copyright (c) 2001 - Apache Software Foundation