jrre.api.java.lang.reflect
Class Methods

java.lang.Object
  |
  +--jrre.api.java.lang.reflect.Methods

public class Methods
extends java.lang.Object


Constructor Summary
Methods()
           
Methods(MethodEntry[] methodEntries)
           
 
Method Summary
 MethodEntry getMethod(int cpIndex)
           
 MethodEntry getMethod(java.lang.String fullyQualifiedName)
           
 int getSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Methods

public Methods()

Methods

public Methods(MethodEntry[] methodEntries)
Method Detail

getMethod

public MethodEntry getMethod(int cpIndex)

getMethod

public MethodEntry getMethod(java.lang.String fullyQualifiedName)

getSize

public int getSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.