net.sourceforge.jane.lang
Class Methods

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Methods
Direct Known Subclasses:
JJTreeMethods, QDoxMethods, ReflectionMethods

public abstract class Methods
extends java.lang.Object

A collection MethodInfo objects.


Constructor Summary
Methods()
           
 
Method Summary
abstract  MethodInfo getMethod(int index)
          Returns the method at the given index.
abstract  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

Methods

public Methods()
Method Detail

getMethodCount

public abstract int getMethodCount()
Returns the number of methods.

getMethod

public abstract MethodInfo getMethod(int index)
Returns the method at the given index.


Copyright © 2002-2002 SourceForge. All Rights Reserved.