org.multijava.mjdoc.mjdoc_142
Class MjGenericTag
java.lang.Object
org.multijava.mjdoc.mjdoc_142.MjTag
org.multijava.mjdoc.mjdoc_142.MjGenericTag
- All Implemented Interfaces:
- com.sun.javadoc.Tag
- public class MjGenericTag
- extends MjTag
- implements com.sun.javadoc.Tag
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).
- Author:
- David R. Cok
|
Constructor Summary |
MjGenericTag(com.sun.javadoc.Doc owner,
String tagname,
String description,
com.sun.javadoc.SourcePosition pos)
Constructs a tag object from a tag name and a description text; the
text will be parsed into a sequence of inline tags, typically Text
and link tags. |
|
Method Summary |
String |
kind()
Implements the abstract method to return the tag name for this tag. |
| Methods inherited from class org.multijava.mjdoc.mjdoc_142.MjTag |
containingClass, create, firstSentenceTags, holder, inlineTags, inlineTags, name, position, resolveReference, text, toString |
| Methods inherited from interface com.sun.javadoc.Tag |
firstSentenceTags, holder, inlineTags, name, position, text, toString |
MjGenericTag
public MjGenericTag(com.sun.javadoc.Doc owner,
String tagname,
String description,
com.sun.javadoc.SourcePosition pos)
- Constructs a tag object from a tag name and a description text; the
text will be parsed into a sequence of inline tags, typically Text
and link tags.
kind
public String kind()
- Implements the abstract method to return the tag name for this tag.
- Specified by:
kind in interface com.sun.javadoc.Tag
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.