static void |
TagletWriter.genTagOuput(TagletManager tagletManager,
Doc doc,
Taglet[] taglets,
TagletWriter writer,
Content output) |
Deprecated.
Given an output object, append to it the tag documentation for
the given member.
|
private Content |
ParamTaglet.getInheritedTagletOutput(boolean isNonTypeParams,
Doc holder,
TagletWriter writer,
java.lang.Object[] formalParameters,
java.util.Set<java.lang.String> alreadyDocumented) |
Deprecated.
Loop through each indivitual parameter.
|
static Content |
TagletWriter.getInlineTagOuput(TagletManager tagletManager,
Tag holderTag,
Tag inlineTag,
TagletWriter tagletWriter) |
Deprecated.
Given an inline tag, return its output.
|
Content |
BasePropertyTaglet.getTagletOutput(Tag tag,
TagletWriter tagletWriter) |
Deprecated.
Given the Tag representation of this custom
tag, return its string representation, which is output
to the generated page.
|
Content |
BaseTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
BaseTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
CodeTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
DeprecatedTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
DocRootTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
IndexTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
InheritDocTaglet.getTagletOutput(Tag tag,
TagletWriter tagletWriter) |
Deprecated.
Given the Tag representation of this custom
tag, return its string representation, which is output
to the generated page.
|
Content |
LegacyTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
LegacyTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
LiteralTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
private Content |
ParamTaglet.getTagletOutput(boolean isNonTypeParams,
Doc holder,
TagletWriter writer,
java.lang.Object[] formalParameters,
ParamTag[] paramTags) |
Deprecated.
Given an array of ParamTags,return its string representation.
|
Content |
ParamTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given an array of ParamTags,return its string representation.
|
Content |
ReturnTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
SeeTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
SimpleTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
SimpleTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
Taglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
Taglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
Content |
ThrowsTaglet.getTagletOutput(Doc holder,
TagletWriter writer) |
Deprecated.
Given a Doc object, check if it holds any tags of
this type.
|
Content |
ValueTaglet.getTagletOutput(Tag tag,
TagletWriter writer) |
Deprecated.
Given the Tag representation of this custom
tag, return its Content representation, which is output
to the generated page.
|
(package private) abstract java.lang.String |
BasePropertyTaglet.getText(TagletWriter tagletWriter) |
Deprecated.
This method returns the text to be put in the resulting javadoc before
the property name.
|
(package private) java.lang.String |
PropertyGetterTaglet.getText(TagletWriter tagletWriter) |
Deprecated.
|
(package private) java.lang.String |
PropertySetterTaglet.getText(TagletWriter tagletWriter) |
Deprecated.
|
private Content |
ThrowsTaglet.inheritThrowsDocumentation(Doc holder,
Type[] declaredExceptionTypes,
java.util.Set<java.lang.String> alreadyDocumented,
TagletWriter writer) |
Deprecated.
Inherit throws documentation for exceptions that were declared but not
documented.
|
private Content |
ThrowsTaglet.linkToUndocumentedDeclaredExceptions(Type[] declaredExceptionTypes,
java.util.Set<java.lang.String> alreadyDocumented,
TagletWriter writer) |
Deprecated.
Add links for exceptions that are declared but not documented.
|
private Content |
ParamTaglet.processParamTag(boolean isNonTypeParams,
TagletWriter writer,
ParamTag paramTag,
java.lang.String name,
boolean isFirstParam) |
Deprecated.
Convert the individual ParamTag into Content.
|
private Content |
ParamTaglet.processParamTags(boolean isNonTypeParams,
ParamTag[] paramTags,
java.util.Map<java.lang.String,java.lang.String> rankMap,
TagletWriter writer,
java.util.Set<java.lang.String> alreadyDocumented) |
Deprecated.
Given an array of Tags representing this custom
tag, return its string representation.
|
private Content |
InheritDocTaglet.retrieveInheritedDocumentation(TagletWriter writer,
ProgramElementDoc ped,
Tag holderTag,
boolean isFirstSentence) |
Deprecated.
Given a MethodDoc item, a Tag in the
MethodDoc item and a String, replace all occurrences
of @inheritDoc with documentation from it's superclass or superinterface.
|
protected Content |
ThrowsTaglet.throwsTagsOutput(ThrowsTag[] throwTags,
TagletWriter writer,
java.util.Set<java.lang.String> alreadyDocumented,
boolean allowDups) |
Deprecated.
Given an array of Tags representing this custom
tag, return its string representation.
|