net.sf.cglib.reflect

Class FastConstructor

public class FastConstructor extends FastMember

Method Summary
Class[]getExceptionTypes()
ConstructorgetJavaConstructor()
Class[]getParameterTypes()
ObjectnewInstance()
ObjectnewInstance(Object[] args)

Method Detail

getExceptionTypes

public Class[] getExceptionTypes()

getJavaConstructor

public Constructor getJavaConstructor()

getParameterTypes

public Class[] getParameterTypes()

newInstance

public Object newInstance()

newInstance

public Object newInstance(Object[] args)
Copyright (c) 2001 - Apache Software Foundation