Uses of Interface
xjavadoc.XMethod

Packages that use XMethod
xjavadoc   
 

Uses of XMethod in xjavadoc
 

Methods in xjavadoc that return XMethod
 XMethod AbstractClass.getMethod(java.lang.String methodNameWithSignature)
           
 XMethod AbstractClass.getMethod(java.lang.String methodNameWithSignature, boolean superclasses)
           
 XMethod XMethod.getAccessor()
          If this method is a mutator, and a corresponding accessor exists, that accessor will be returned.
 XMethod XMethod.getMutator()
          If this method is an accessor, and a corresponding mutator exists, that mutator will be returned.
 XMethod XClass.getMethod(java.lang.String methodNameWithSignature, boolean superclasses)
          Returns an XMethod with the given name and parameters.
 XMethod XClass.getMethod(java.lang.String methodNameWithSignature)
           
 XMethod MethodIterator.next()
          Deprecated.  
 



Copyright © 2002-2004 XDoclet Team. All Rights Reserved.