net.sourceforge.jane.lang.qdox
Class QDoxParameters

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Parameters
        |
        +--net.sourceforge.jane.lang.qdox.QDoxParameters

public class QDoxParameters
extends Parameters

A collection of ParameterInfo objects.

Author:
Calvin Yu

Constructor Summary
QDoxParameters(Jane aJane, com.thoughtworks.qdox.model.JavaParameter[] theParams)
          Create a new QDoxParameters.
 
Method Summary
 ParameterInfo getParameter(int index)
          Returns the parameter at the given index.
 int getParameterCount()
          Returns the number of parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxParameters

public QDoxParameters(Jane aJane,
                      com.thoughtworks.qdox.model.JavaParameter[] theParams)
Create a new QDoxParameters.
Method Detail

getParameterCount

public int getParameterCount()
Returns the number of parameters.
Overrides:
getParameterCount in class Parameters

getParameter

public ParameterInfo getParameter(int index)
Returns the parameter at the given index.
Overrides:
getParameter in class Parameters


Copyright © 2002-2002 SourceForge. All Rights Reserved.