java.lang.reflect
Class Constructor
java.lang.Object
java.lang.reflect.AccessibleObject
java.lang.reflect.Constructor
- All Implemented Interfaces:
- Member
public final class Constructor
- extends AccessibleObject
- implements Member
equals
public boolean equals(Object var0)
- Overrides:
equals
in class Object
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClass
in interface Member
getExceptionTypes
public Class[] getExceptionTypes()
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interface Member
getName
public String getName()
- Specified by:
getName
in interface Member
getParameterTypes
public Class[] getParameterTypes()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
newInstance
public Object newInstance(Object[] var0)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
- Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.