mjc

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

Packages that use MjDoc
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 MjDoc in org.multijava.mjdoc.mjdoc_142
 

Subclasses of MjDoc in org.multijava.mjdoc.mjdoc_142
 class MjClassDoc
          This class is an interface between the MJC syntax tree classes and the javadoc program; it wraps a CClass object.
 class MjConstructorDoc
          This class represents a constructor of a class; it is the bridge between the MJC syntax tree object and the ConstructorDoc interface of javadoc doclets.
 class MjExecutableMemberDoc
          This class is a superclass representing common functionality between both methods and constructors; it wraps appropriate objects from the MJ classes and parse tree.
 class MjExtMethodsDoc
          This object holds a list of external methods that are in a single compilation unit.
 class MjFieldDoc
          This class implements the Doclet FieldDoc interface by wrapping the MJC objects corresponding to a field of a class or interface.
 class MjMemberDoc
          This class implements the javadoc MemberDoc interface, but it clearly does not do very much.
 class MjMethodDoc
          This class represents a method (but not constructor) of a class; it is the bridge between the MJC syntax tree object and the MethodDoc interface of javadoc doclets.
 class MjPackageDoc
          This class represents a java package and provides methods for finding a package object and the classes within a package.
 class MjProgramElementDoc
          This is an abstract class that is a super class for derived classes representing program elements such as classes, interfaces, constructors, methods, fields; it implements the javadoc ProgramElementDoc interface; derived classes wrap appropriate objects representing the program elements in the MJC class structure.
 class MjRootDoc
          This class implements the Doclet interface for a RootDoc by containing lists of bridge classes for packages and classes.
 

Fields in org.multijava.mjdoc.mjdoc_142 declared as MjDoc
protected  MjDoc MjTag.owner
          The Doc object to which this tag belongs.
 

Methods in org.multijava.mjdoc.mjdoc_142 with parameters of type MjDoc
(package private) static void MjdocWrapper.setDocComment(MjDoc doc, MjcCommonOptions opts, String pathlist)
          Sets the overview doc comment using the overview option in 'opts' .
(package private) static void MjdocWrapper.setDocComment(MjDoc doc, File f)
          Sets the javadoc comment in the given Doc using the content (between and ) of the given file.
 

Constructors in org.multijava.mjdoc.mjdoc_142 with parameters of type MjDoc
MjdocMethodWriter(com.sun.tools.doclets.standard.ConfigurationStandard config, String path, String filename, MjDoc methoddoc, MjMethodDoc prev, MjMethodDoc next, ArrayList methods, boolean nopackage)
           
 


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.