|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XClass | |
xjavadoc |
Uses of XClass in xjavadoc |
Classes in xjavadoc that implement XClass | |
class |
AbstractClass
Base implementation of XClass. |
class |
SourceClass
This class represents a class for which the source code is available XJavaDocFil |
Methods in xjavadoc that return XClass | |
XClass |
Type.getType()
Get type |
XClass |
AbstractClass.getSuperclass()
Describe what the method does |
XClass |
AbstractClass.qualify(java.lang.String unqualifiedClassName)
|
XClass |
AbstractProgramElement.getContainingClass()
|
XClass |
ParameterImpl.getType()
Returns the class describing the type of this parameter. |
XClass |
XJavaDoc.getXClass(java.lang.String qualifiedName)
Get the XClass corresponding to the qualifiedName. |
XClass |
XJavaDoc.updateMethodTag(java.lang.String className,
java.lang.String methodNameWithSignature,
java.lang.String tagName,
java.lang.String parameterName,
java.lang.String parameterValue,
int tagIndex)
Describe what the method does |
XClass |
XJavaDoc.updateClassTag(java.lang.String className,
java.lang.String tagName,
java.lang.String parameterName,
java.lang.String parameterValue,
int tagIndex)
Describe what the method does |
XClass |
XClass.getContainingClass()
Returns the containing class, if this is an inner class. |
XClass |
XClass.getSuperclass()
Return superclass of this class. |
XClass |
XClass.qualify(java.lang.String unqualifiedClassName)
|
XClass |
ClassIterator.next()
Deprecated. |
XClass |
SourceClass.qualify(java.lang.String unqualifiedClassName)
Returns fully qualified name of a class. |
XClass |
XProgramElement.getContainingClass()
|
Methods in xjavadoc with parameters of type XClass | |
protected void |
AbstractClass.addInnerClass(XClass clazz)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |