Uses of Interface xjavadoc.XClass

Uses in package xjavadoc.codeunit

Methods with parameter type xjavadoc.XClass

void
void
void

Uses in package xjavadoc

Classes implementing xjavadoc.XClass

class
Base implementation of XClass.
class
Describe what this class does
class
This class represents primitive types
class
This class represents a class for which the source code is available XJavaDocFil
class
This implementation of XClass is used for classes that can't be resolved from either source or classpath (binary classes).

Fields of type xjavadoc.XClass

XClass
XClass

Methods with parameter type xjavadoc.XClass

void
Describe the method
void
void
XJavaDoc.addInnerClassRecursive(XClass outer, Collection c)
Recursively adds inner classes to a collection

Methods with return type xjavadoc.XClass

XClass
XClass
Returns the containing class, if this is an inner class.
XClass
XClass
Describe what the method does
XClass
XClass
Return superclass of this class.
XClass
Get type
XClass
Returns the class describing the type of this parameter.
XClass
XClass
Get type
XClass
XJavaDoc.getXClass(String qualifiedName)
Get the XClass corresponding to the qualifiedName.
XClass
AbstractClass.qualify(String unqualifiedClassName)
XClass
SourceClass.qualify(String unqualifiedClassName)
Returns fully qualified name of a class.
XClass
XClass.qualify(String unqualifiedClassName)
XClass
XClass
XJavaDoc.updateClassTag(String className, String tagName, String parameterName, String parameterValue, int tagIndex)
Describe what the method does
XClass
XJavaDoc.updateMethodTag(String className, String methodNameWithSignature, String tagName, String parameterName, String parameterValue, int tagIndex)
Describe what the method does