Uses of Class java.lang.reflect.Constructor

Uses in package gnu.gcj.runtime

Methods with parameter type java.lang.reflect.Constructor

Object
Reflect.allocateObject(Class klass, Constructor constructor)
Allocate an object whose class is the indicated class, using the given constructor.

Uses in package gnu.CORBA.CDR

Methods with parameter type java.lang.reflect.Constructor

Object
VMVio.allocateObject(Class clazz, Class constr_clazz, Constructor constructor)
Allocates a new Object of type clazz but without running the default constructor on it.

Uses in package java.lang

Methods with return type java.lang.reflect.Constructor

Constructor
Get a public constructor declared in this class.
Constructor[]
Get all the public constructors of this class.
Constructor
Get a constructor declared in this class.
Constructor[]
Get all the declared constructors of this class.
Constructor
Returns the constructor which immediately encloses this class.

Uses in package gnu.java.lang.reflect

Constructors with parameter type java.lang.reflect.Constructor

Methods with parameter type java.lang.reflect.Constructor

String
Returns a String representing the type-encoding of a constructor.

Uses in package javax.management

Constructors with parameter type java.lang.reflect.Constructor

Constructs a @link{MBeanConstructorInfo} with the specified description using the given constructor.