|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MjProgramElementDoc | |
| 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 MjProgramElementDoc in org.multijava.mjdoc.mjdoc_142 |
| Subclasses of MjProgramElementDoc 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 |
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. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||