|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MjTag | |
| 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 MjTag in org.multijava.mjdoc.mjdoc_142 |
| Subclasses of MjTag in org.multijava.mjdoc.mjdoc_142 | |
class |
MjGenericTag
This is an implementation of the Doclet Tag interface for a generic Tag, one that simply consists of a tag name and a description (which may have inline tags in it). |
class |
MjParamTag
This class represents a javadoc comment @param tag; it is special in that it has a parameter name as well as a decription. |
class |
MjSeeTag
This class represents the content of an @see or @link tag. |
class |
MjTextTag
This class represents a portion of a Javadoc tag that is simply text (i.e. no inline tags such as links). |
class |
MjThrowsTag
This class represents a 'throws' tag in a javadoc comment, which has an exception name and a description; the description itself is composed of a sequence of text and inline tags. |
| Methods in org.multijava.mjdoc.mjdoc_142 that return MjTag | |
(package private) static MjTag |
MjTag.create(com.sun.javadoc.Doc owner,
String rawText,
com.sun.javadoc.SourcePosition pos)
This static method parses the text from a javadoc comment tag to create the correct derived class instance of tag; the argument must begin with whitespace and an '@' symbol representing the start of the tag. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||