|
|||||||||
| 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.Input
public static class DocFinder.Input
The class that encapsulates the input.
| Field Summary | |
|---|---|
boolean |
isFirstSentence
True if we only want to search for the first sentence. |
boolean |
isInheritDocTag
True if we are looking for documentation to replace the inheritDocTag. |
boolean |
isTypeVariableParamTag
Used to distinguish between type variable param tags and regular param tags. |
MethodDoc |
method
The method to search documentation from. |
Tag |
tag
The tag to retrieve documentation for. |
java.lang.String |
tagId
The id of the tag to retrieve documentation for. |
InheritableTaglet |
taglet
The taglet to search for documentation on behalf of. |
| Constructor Summary | |
|---|---|
DocFinder.Input()
|
|
DocFinder.Input(MethodDoc method)
|
|
DocFinder.Input(MethodDoc method,
boolean isFirstSentence)
|
|
DocFinder.Input(MethodDoc method,
InheritableTaglet taglet)
|
|
DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
java.lang.String tagId)
|
|
DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
java.lang.String tagId,
boolean isTypeVariableParamTag)
|
|
DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
Tag tag,
boolean isFirstSentence,
boolean isInheritDocTag)
|
|
| Method Summary | |
|---|---|
DocFinder.Input |
copy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public MethodDoc method
public InheritableTaglet taglet
public java.lang.String tagId
public Tag tag
public boolean isFirstSentence
public boolean isInheritDocTag
public boolean isTypeVariableParamTag
| Constructor Detail |
|---|
public DocFinder.Input()
public DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
Tag tag,
boolean isFirstSentence,
boolean isInheritDocTag)
public DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
java.lang.String tagId)
public DocFinder.Input(MethodDoc method,
InheritableTaglet taglet,
java.lang.String tagId,
boolean isTypeVariableParamTag)
public DocFinder.Input(MethodDoc method,
InheritableTaglet taglet)
public DocFinder.Input(MethodDoc method)
public DocFinder.Input(MethodDoc method,
boolean isFirstSentence)
| Method Detail |
|---|
public DocFinder.Input copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||