Doclet API

Uses of Interface
com.sun.javadoc.Tag

Uses of Tag in com.sun.javadoc
 

Subinterfaces of Tag in com.sun.javadoc
 interface ParamTag
          Represents an @param documentation tag.
 interface SeeTag
          Represents a see also documentation tag.
 interface SerialFieldTag
          Documents a Serializable field defined by an ObjectStreamField.
 interface ThrowsTag
          Represents a @throws or @exception documentation tag.
 

Methods in com.sun.javadoc that return Tag
 Tag[] Tag.inlineTags()
          For documentation comment with embedded @link tags, return the array of Tags consisting of SeeTag(s) and text containing Tag(s).
 Tag[] Tag.firstSentenceTags()
          Return the first sentence of the comment as tags.
 Tag[] Doc.tags()
          Return all tags in this Doc item.
 Tag[] Doc.tags(String tagname)
          Return tags of the specified kind in this Doc item.
 Tag[] Doc.inlineTags()
          Return comment as tags.
 Tag[] Doc.firstSentenceTags()
          Return the first sentence of the comment as tags.
 


Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.