Package spoon.javadoc.internal
Class JavadocInlineTag
java.lang.Object
spoon.javadoc.internal.JavadocInlineTag
- All Implemented Interfaces:
Serializable,JavadocDescriptionElement
@Deprecated(forRemoval=true,
since="11.0.0")
public class JavadocInlineTag
extends Object
implements JavadocDescriptionElement, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use the new javadoc parser submodule, see Javadoc Parser.
An inline tag contained in a Javadoc description.
For example String
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag. -
Constructor Summary
ConstructorsConstructorDescriptionJavadocInlineTag(String tagName, JavadocInlineTag.Type type, 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.static JavadocDescriptionElementDeprecated, for removal: This API element is subject to removal in a future version.parses a Javadoc tagDeprecated, 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.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.static StringDeprecated, for removal: This API element is subject to removal in a future version.Return the next word of the string, in other words it stops when a space is encountered.voidsetContent(String content) 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 fragment
-
Constructor Details
-
JavadocInlineTag
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
nextWord
Deprecated, for removal: This API element is subject to removal in a future version.Return the next word of the string, in other words it stops when a space is encountered. -
fromText
Deprecated, for removal: This API element is subject to removal in a future version.parses a Javadoc tag -
setContent
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. -
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. -
toText
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:JavadocDescriptionElementpretty-prints the Javadoc fragment- Specified by:
toTextin interfaceJavadocDescriptionElement
-
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.
-