A class for handling source code for a constructor of a JClass.
author: Keith Visco version: $Revision: 6676 $ $Date: 2005-05-08 05:24:54 -0600 (Sun, 08 May 2005) $
Constructor Summary
protected
JConstructor(AbstractJClass declaringClass) Creates a new JConstructor for the provided declaring class.
Method Summary
public void
addException(JClass exp) Adds the given Exception to this JConstructor's throws clause.
public void
addParameter(JParameter parameter) Adds the given parameter to this JConstructor's list of parameters.
Adds the given parameter to this JConstructor's list of parameters.
Parameters: parameter - The parameter to add to the this JConstructor's list ofparameters.
Returns an array of JParameters consisting of the parameters of this
JConstructor in declared order.
A JParameter array consisting of the parameters of thisJConstructor in declared order.