Uses of Interface
xjavadoc.XClass

Packages that use XClass
xjavadoc   
 

Uses of XClass in xjavadoc
 

Classes in xjavadoc that implement XClass
 class AbstractClass
          Base implementation of XClass.
(package private)  class BinaryClass
          Describe what this class does
(package private)  class Primitive
          This class represents primitive types
 class SourceClass
          This class represents a class for which the source code is available XJavaDocFil
(package private)  class UnknownClass
          This implementation of XClass is used for classes that can't be resolved from either source or classpath (binary classes).
 

Methods in xjavadoc that return XClass
 XClass XProgramElement.getContainingClass()
           
 XClass XJavaDoc.getXClass(String qualifiedName)
          Get the XClass corresponding to the qualifiedName.
 XClass XJavaDoc.updateMethodTag(String className, String methodNameWithSignature, String tagName, String parameterName, String parameterValue, int tagIndex)
          Describe what the method does
 XClass XJavaDoc.updateClassTag(String className, String tagName, String parameterName, 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(String unqualifiedClassName)
           
 XClass Type.getType()
          Get type
 XClass SourceClass.qualify(String unqualifiedClassName)
          Returns fully qualified name of a class.
 XClass ReturnType.getType()
           
 XClass ParameterImpl.getType()
          Returns the class describing the type of this parameter.
 XClass FieldImpl.getType()
           
 XClass BinaryClass.getSuperclass()
           
 XClass AbstractProgramElement.getContainingClass()
           
 XClass AbstractClass.getSuperclass()
          Describe what the method does
 XClass AbstractClass.qualify(String unqualifiedClassName)
           
 

Methods in xjavadoc with parameters of type XClass
(package private)  void XPackage.addClass(XClass clazz)
          Describe the method
protected  void AbstractClass.addInnerClass(XClass clazz)
           
 



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