Class JMethod

java.lang.Object
org.exolab.javasource.JMethod
All Implemented Interfaces:
JAnnotatedElement, JMember

public final class JMethod extends Object implements JMember, JAnnotatedElement
A class which holds information about the methods of a JClass. Modelled closely after the Java Reflection API. This class is part of package which is used to create source code.
Version:
$Revision$ $Date: 2004-12-03 11:57:33 -0700 (Fri, 03 Dec 2004) $
Author:
Keith Visco