mjc

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

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

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.