public class FastConstructor extends FastMember
fc, index, member| Constructor and Description |
|---|
FastConstructor(FastClass fc,
java.lang.reflect.Constructor constructor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class[] |
getExceptionTypes() |
java.lang.reflect.Constructor |
getJavaConstructor() |
java.lang.Class[] |
getParameterTypes() |
java.lang.Object |
newInstance() |
java.lang.Object |
newInstance(java.lang.Object[] args) |
equals, getDeclaringClass, getIndex, getModifiers, getName, hashCode, toStringFastConstructor(FastClass fc, java.lang.reflect.Constructor constructor)
public java.lang.Class[] getParameterTypes()
getParameterTypes in class FastMemberpublic java.lang.Class[] getExceptionTypes()
getExceptionTypes in class FastMemberpublic java.lang.Object newInstance()
throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetExceptionpublic java.lang.Object newInstance(java.lang.Object[] args)
throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetExceptionpublic java.lang.reflect.Constructor getJavaConstructor()