org.multijava.mjdoc.mjdoc_142
Class MjTextTag
java.lang.Object
org.multijava.mjdoc.mjdoc_142.MjTag
org.multijava.mjdoc.mjdoc_142.MjTextTag
- All Implemented Interfaces:
- com.sun.javadoc.Tag
- public class MjTextTag
- extends MjTag
- implements com.sun.javadoc.Tag
This class represents a portion of a Javadoc tag that is simply text
(i.e. no inline tags such as links). Calling inlineTags() on an
object of this class simply returns an array with one argument that is
this same object.
- Author:
- David R. Cok
|
Field Summary |
static String |
KIND
A constant to hold the string that defines the 'kind' of this tag. |
|
Constructor Summary |
MjTextTag(com.sun.javadoc.Doc owner,
String text,
com.sun.javadoc.SourcePosition pos)
Creates a Tag with the given string as its text (without further parsing). |
|
Method Summary |
String |
kind()
Returns the 'kind' of this tag as required by the Tag interface. |
| 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 |
KIND
public static final String KIND
- A constant to hold the string that defines the 'kind' of this tag.
MjTextTag
public MjTextTag(com.sun.javadoc.Doc owner,
String text,
com.sun.javadoc.SourcePosition pos)
- Creates a Tag with the given string as its text (without further parsing).
kind
public String kind()
- Returns the 'kind' of this tag as required by the Tag interface.
- 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.