|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||