Class BaseExecutableMemberTaglet

java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseExecutableMemberTaglet
All Implemented Interfaces:
Taglet
Direct Known Subclasses:
ReturnTaglet, ThrowsTaglet

@Deprecated public abstract class BaseExecutableMemberTaglet extends BaseTaglet
Deprecated.
An abstract class for that implements the Taglet interface for tags in ExecutableMembers.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Since:
1.4
  • Field Summary

    Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet

    name
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Return true if this Taglet is used in field documentation.
    boolean
    Deprecated.
    Return true if this Taglet is used in overview documentation.
    boolean
    Deprecated.
    Return true if this Taglet is used in package documentation.
    boolean
    Deprecated.
    Return true if this Taglet is used in type documentation (classes or interfaces).
    boolean
    Deprecated.
    Return true if this Taglet is an inline tag.

    Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet

    getName, getTagletOutput, getTagletOutput, inConstructor, inMethod

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.Taglet

    toString
  • Constructor Details

    • BaseExecutableMemberTaglet

      public BaseExecutableMemberTaglet()
      Deprecated.
  • Method Details

    • inField

      public boolean inField()
      Deprecated.
      Return true if this Taglet is used in field documentation.
      Specified by:
      inField in interface Taglet
      Overrides:
      inField in class BaseTaglet
      Returns:
      true if this Taglet is used in field documentation and false otherwise.
    • inOverview

      public boolean inOverview()
      Deprecated.
      Return true if this Taglet is used in overview documentation.
      Specified by:
      inOverview in interface Taglet
      Overrides:
      inOverview in class BaseTaglet
      Returns:
      true if this Taglet is used in overview documentation and false otherwise.
    • inPackage

      public boolean inPackage()
      Deprecated.
      Return true if this Taglet is used in package documentation.
      Specified by:
      inPackage in interface Taglet
      Overrides:
      inPackage in class BaseTaglet
      Returns:
      true if this Taglet is used in package documentation and false otherwise.
    • inType

      public boolean inType()
      Deprecated.
      Return true if this Taglet is used in type documentation (classes or interfaces).
      Specified by:
      inType in interface Taglet
      Overrides:
      inType in class BaseTaglet
      Returns:
      true if this Taglet is used in type documentation and false otherwise.
    • isInlineTag

      public boolean isInlineTag()
      Deprecated.
      Return true if this Taglet is an inline tag.
      Specified by:
      isInlineTag in interface Taglet
      Overrides:
      isInlineTag in class BaseTaglet
      Returns:
      true if this Taglet is an inline tag and false otherwise.