Uses of Class
org.exolab.javasource.JConstructor

Packages that use JConstructor
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Uses of JConstructor in org.exolab.javasource
 

Methods in org.exolab.javasource that return JConstructor
 JConstructor AbstractJClass.createConstructor()
          Creates a new JConstructor and adds it to this JClass.
 JConstructor AbstractJClass.createConstructor(JParameter[] params)
          Creates a new JConstructor and adds it to this JClass.
 JConstructor AbstractJClass.getConstructor(int index)
          Returns the constructor at the specified index.
 JConstructor[] AbstractJClass.getConstructors()
          Returns the an array of the JConstructors contained within this JClass.
 

Methods in org.exolab.javasource with parameters of type JConstructor
 void AbstractJClass.addConstructor(JConstructor constructor)
          Adds the given Constructor to this classes list of constructors.
 void JEnum.addConstructor(JConstructor constructor)
          Override to only allow private constructors.
 boolean AbstractJClass.removeConstructor(JConstructor constructor)
          Removes the given constructor from this JClass.
 



Copyright © 2012. All Rights Reserved.