net.sourceforge.jane.lang.reflection
Class ReflectionMethods

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Methods
        |
        +--net.sourceforge.jane.lang.reflection.ReflectionMethods

public class ReflectionMethods
extends Methods

A collection ReflectionMethodInfo objects.

Author:
Calvin Yu

Constructor Summary
ReflectionMethods(java.lang.reflect.Method[] theMethods)
          Create a new ReflectionMethods.
 
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

ReflectionMethods

public ReflectionMethods(java.lang.reflect.Method[] theMethods)
Create a new ReflectionMethods.
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.