net.sourceforge.jane.lang.qdox
Class QDoxMethods

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Methods
        |
        +--net.sourceforge.jane.lang.qdox.QDoxMethods

public class QDoxMethods
extends Methods

A collection MethodInfo objects implemented using QDox.


Constructor Summary
QDoxMethods(Jane aJane, com.thoughtworks.qdox.model.JavaMethod[] theMethods)
          Create a new QDoxMethods.
 
Method Summary
 MethodInfo getMethod(int index)
          Returns the method at the given index.
 int getMethodCount()
          Returns the number of methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxMethods

public QDoxMethods(Jane aJane,
                   com.thoughtworks.qdox.model.JavaMethod[] theMethods)
Create a new QDoxMethods.
Method Detail

getMethodCount

public int getMethodCount()
Returns the number of methods.
Overrides:
getMethodCount in class Methods

getMethod

public MethodInfo getMethod(int index)
Returns the method at the given index.
Overrides:
getMethod in class Methods


Copyright © 2002-2002 SourceForge. All Rights Reserved.