Uses of Interface xjavadoc.XMethod

Uses in package xjavadoc

Classes implementing xjavadoc.XMethod

class
Describe what this class does

Methods with parameter type xjavadoc.XMethod

void
Gets the Methods attribute of the AbstractClass object

Methods with return type xjavadoc.XMethod

XMethod
If this method is a mutator, and a corresponding accessor exists, that accessor will be returned.
XMethod
If this method is a mutator, and a corresponding accessor exists, that accessor will be returned.
XMethod
AbstractClass.getMethod(String methodNameWithSignature)
XMethod
XClass.getMethod(String methodNameWithSignature)
XMethod
AbstractClass.getMethod(String methodNameWithSignature, boolean superclasses)
XMethod
XClass.getMethod(String methodNameWithSignature, boolean superclasses)
Returns an XMethod with the given name and parameters.
XMethod
If this method is an accessor, and a corresponding mutator exists, that mutator will be returned.
XMethod
If this method is an accessor, and a corresponding mutator exists, that mutator will be returned.

Uses in package xjavadoc.codeunit

Methods with parameter type xjavadoc.XMethod

void