Package spoon.javadoc.internal
Class JavadocBlockTag
java.lang.Object
spoon.javadoc.internal.JavadocBlockTag
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="11.0.0")
public class JavadocBlockTag
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use the new javadoc parser submodule, see Javadoc Parser.
A block tag.
Typically they are found at the end of Javadoc comments.
Examples: @see AnotherClass @since v0.0.1 @author Jim O'Java
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavadocBlockTag(String tagName, String content) Deprecated, for removal: This API element is subject to removal in a future version.JavadocBlockTag(String tagName, String paramName, String content) Deprecated, for removal: This API element is subject to removal in a future version.JavadocBlockTag(CtJavaDocTag.TagType type, String content) Deprecated, for removal: This API element is subject to removal in a future version.JavadocBlockTag(CtJavaDocTag.TagType type, String tagRealName, String content) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getType()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.voidsetTagRealName(String tagRealName) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.toText()Deprecated, for removal: This API element is subject to removal in a future version.pretty-prints the Javadoc tag
-
Constructor Details
-
JavadocBlockTag
Deprecated, for removal: This API element is subject to removal in a future version. -
JavadocBlockTag
Deprecated, for removal: This API element is subject to removal in a future version. -
JavadocBlockTag
Deprecated, for removal: This API element is subject to removal in a future version. -
JavadocBlockTag
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
getContent
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
getTagName
Deprecated, for removal: This API element is subject to removal in a future version. -
getTagRealName
Deprecated, for removal: This API element is subject to removal in a future version. -
setTagRealName
Deprecated, for removal: This API element is subject to removal in a future version. -
toText
Deprecated, for removal: This API element is subject to removal in a future version.pretty-prints the Javadoc tag -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-