Class ParamTagImpl
java.lang.Object
gw.gosudoc.com.sun.tools.javadoc.main.TagImpl
gw.gosudoc.com.sun.tools.javadoc.main.ParamTagImpl
Deprecated.
Represents an @param documentation tag.
Parses and stores the name and comment parts of the parameter tag.
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTag[]
Deprecated.For the parameter comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).boolean
Deprecated.Return true if this ParamTag corresponds to a type parameter.kind()
Deprecated.Return the kind of this tag.Deprecated.Return the parameter comment.Deprecated.Return the parameter name.toString()
Deprecated.convert this object to a string.Methods inherited from class gw.gosudoc.com.sun.tools.javadoc.main.TagImpl
divideAtWhite, docenv, firstSentenceTags, holder, name, position, text
-
Field Details
-
typeParamRE
Deprecated. -
parameterName
Deprecated. -
parameterComment
Deprecated. -
isTypeParameter
private final boolean isTypeParameterDeprecated. -
inlineTags
Deprecated.Cached inline tags.
-
-
Constructor Details
-
ParamTagImpl
Deprecated.
-
-
Method Details
-
parameterName
Deprecated.Return the parameter name.- Specified by:
parameterName
in interfaceParamTag
- Returns:
- the parameter name.
-
parameterComment
Deprecated.Return the parameter comment.- Specified by:
parameterComment
in interfaceParamTag
- Returns:
- the parameter comment.
-
kind
Deprecated.Return the kind of this tag. -
isTypeParameter
public boolean isTypeParameter()Deprecated.Return true if this ParamTag corresponds to a type parameter.- Specified by:
isTypeParameter
in interfaceParamTag
- Returns:
- true if this
ParamTag
corresponds to a type parameter.
-
toString
Deprecated.convert this object to a string. -
inlineTags
Deprecated.For the parameter comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).- Specified by:
inlineTags
in interfaceTag
- Overrides:
inlineTags
in classTagImpl
- Returns:
- TagImpl[] Array of tags with inline SeeTagImpls.
- See Also:
-