mjc

Uses of Class
org.multijava.mjdoc.mjdoc_142.MjPackageDoc

Packages that use MjPackageDoc
org.multijava.mjdoc.mjdoc_142 The mjdoc tool documents java programs that contain MultiJava (MJ) extensions to the Java progamming language; it produces html pages very similar to those produced by the javadoc tool. 
 

Uses of MjPackageDoc in org.multijava.mjdoc.mjdoc_142
 

Fields in org.multijava.mjdoc.mjdoc_142 declared as MjPackageDoc
private  MjPackageDoc MjProgramElementDoc.pkg
          Holder for the package that contains this program element, as is available from the containing class.
private  MjPackageDoc MjExtMethodsDoc.pkg
          Holds the containing package.
protected  MjPackageDoc MjdocPackageWriter.packagedoc
           
private  MjPackageDoc MjSeeTag.pkgDoc
          Cached value of the package of the class indicated in the tag.
 

Methods in org.multijava.mjdoc.mjdoc_142 that return MjPackageDoc
static MjPackageDoc MjPackageDoc.findPackage(String p)
          Finds an MjPackageDoc from its '/'-separated and terminated name, or returns null if none has yet been created.
static MjPackageDoc MjPackageDoc.createPackage(String s)
          Returns the MjPackageDoc object for the given '/'-separated and terminated name, creating a new one if none currently exists.
 

Constructors in org.multijava.mjdoc.mjdoc_142 with parameters of type MjPackageDoc
MjExtMethodsDoc(MjPackageDoc p, JCompilationUnitType unit)
          A constructor for the case when source code is available (which makes javadoc comments and formal parameter identifiers available).
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.