public class FastConstructor extends FastMember
fc, index, member
Modifier and Type | Method and Description |
---|---|
Class[] |
getExceptionTypes() |
Constructor |
getJavaConstructor() |
Class[] |
getParameterTypes() |
Object |
newInstance() |
Object |
newInstance(Object[] args) |
equals, getDeclaringClass, getIndex, getModifiers, getName, hashCode, toString
public Class[] getParameterTypes()
getParameterTypes
in class FastMember
public Class[] getExceptionTypes()
getExceptionTypes
in class FastMember
public Object newInstance() throws InvocationTargetException
InvocationTargetException
public Object newInstance(Object[] args) throws InvocationTargetException
InvocationTargetException
public Constructor getJavaConstructor()
Copyright © 2018. All rights reserved.