net.sourceforge.jane.lang
Class Classes

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Classes
Direct Known Subclasses:
JJTreeClasses, QDoxClasses, ReflectionClasses

public abstract class Classes
extends java.lang.Object

A collection of ClassInfo objects.


Constructor Summary
Classes()
           
 
Method Summary
abstract  ClassInfo getClass(int index)
          Returns the class at the given index.
abstract  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

Classes

public Classes()
Method Detail

getClassCount

public abstract int getClassCount()
Returns the number of classes.

getClass

public abstract ClassInfo getClass(int index)
Returns the class at the given index.


Copyright © 2002-2002 SourceForge. All Rights Reserved.