public class FastConstructor extends FastMember
Modifier and Type | Method | 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, toString
public java.lang.Class[] getParameterTypes()
getParameterTypes
in class FastMember
public java.lang.Class[] getExceptionTypes()
getExceptionTypes
in class FastMember
public java.lang.Object newInstance() throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
public java.lang.Object newInstance(java.lang.Object[] args) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
public java.lang.reflect.Constructor getJavaConstructor()
Copyright (c) 2001 - Apache Software Foundation