Class DocFinder.Output
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
- Enclosing class:
- DocFinder
The class that encapsulates the output.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Doc object that holds the documentation.The tag that holds the documentation.Tag[]
The inherited documentation.boolean
False if documentation could not be inherited.When automatically inheriting throws tags, you sometime must inherit more than one tag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
holderTag
The tag that holds the documentation. Null if documentation is not held by a tag. -
holder
The Doc object that holds the documentation. -
inlineTags
The inherited documentation. -
isValidInheritDocTag
public boolean isValidInheritDocTagFalse if documentation could not be inherited. -
tagList
When automatically inheriting throws tags, you sometime must inherit more than one tag. For example if the element declares that it throws IOException and the overridden element has throws tags for IOException and ZipException, both tags would be inherited because ZipException is a subclass of IOException. This subclass of DocFinder.Output allows multiple tag inheritence.
-
-
Constructor Details
-
Output
public Output()
-