|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.util.DocFinder.Output
public static class DocFinder.Output
The class that encapsulates the output.
| Field Summary | |
|---|---|
Doc |
holder
The Doc object that holds the documentation. |
Tag |
holderTag
The tag that holds the documentation. |
Tag[] |
inlineTags
The inherited documentation. |
boolean |
isValidInheritDocTag
False if documentation could not be inherited. |
java.util.List<Tag> |
tagList
When automatically inheriting throws tags, you sometime must inherit more than one tag. |
| Constructor Summary | |
|---|---|
DocFinder.Output()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Tag holderTag
public Doc holder
public Tag[] inlineTags
public boolean isValidInheritDocTag
public java.util.List<Tag> tagList
| Constructor Detail |
|---|
public DocFinder.Output()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||