Uses of Class
xjavadoc.XPackage

Packages that use XPackage
xjavadoc   
 

Uses of XPackage in xjavadoc
 

Fields in xjavadoc declared as XPackage
private  XPackage AbstractClass._containingPackage
           
 

Methods in xjavadoc that return XPackage
 XPackage AbstractClass.getContainingPackage()
          Describe what the method does
 XPackage AbstractProgramElement.getContainingPackage()
           
 XPackage XJavaDoc.getSourcePackage(java.lang.String packageName)
          Returns the package.
(package private)  XPackage XJavaDoc.addPackageMaybe(java.lang.String packageName)
          Describe the method
 XPackage XClass.getContainingPackage()
          Returns the package this class lives in.
 XPackage Primitive.getContainingPackage()
           
 XPackage XProgramElement.getContainingPackage()