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

Packages that use Constructor
org.apache.xml.utils.synthetic   
 

Uses of Constructor in org.apache.xml.utils.synthetic
 

Methods in org.apache.xml.utils.synthetic that return Constructor
 Constructor Class.getConstructor(Class[] parameterTypes)
          Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
 Constructor[] Class.getConstructors()
          Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
 Constructor Class.getDeclaredConstructor(Class[] parameterTypes)
          Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
 Constructor Class.declareConstructor()
          Adds a Constructor description for the class or interface represented by this Class object
 Constructor[] Class.getDeclaredConstructors()
          Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
 



Copyright © 2004 Apache XML Project. All Rights Reserved.