net.sourceforge.jane.lang.qdox
Class QDoxClasses

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Classes
        |
        +--net.sourceforge.jane.lang.qdox.QDoxClasses

public class QDoxClasses
extends Classes

A collection of ClassInfo objects built from QDox.


Constructor Summary
QDoxClasses(Jane aJane, com.thoughtworks.qdox.model.Type[] theTypes)
          Create a new QDoxClasses.
 
Method Summary
 ClassInfo getClass(int index)
          Returns the class at the given index.
 int getClassCount()
          Returns the number of classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxClasses

public QDoxClasses(Jane aJane,
                   com.thoughtworks.qdox.model.Type[] theTypes)
Create a new QDoxClasses.
Method Detail

getClassCount

public int getClassCount()
Returns the number of classes.
Overrides:
getClassCount in class Classes

getClass

public ClassInfo getClass(int index)
Returns the class at the given index.
Overrides:
getClass in class Classes


Copyright © 2002-2002 SourceForge. All Rights Reserved.