Uses of Class org.apache.xml.utils.synthetic.reflection.Constructor

Uses in package org.apache.xml.utils.synthetic

Methods with return type org.apache.xml.utils.synthetic.reflection.Constructor

Constructor
Adds a Constructor description for the class or interface represented by this Class object
Constructor
Class.getConstructor(parameterTypes[] )
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
Constructor[]
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
Constructor
Class.getDeclaredConstructor(parameterTypes[] )
Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
Constructor[]
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.

Copyright B) 2004 Apache XML Project. All Rights Reserved.