Package spoon.javadoc.internal
Class JavadocSnippet
java.lang.Object
spoon.javadoc.internal.JavadocSnippet
- All Implemented Interfaces:
Serializable,JavadocDescriptionElement
@Deprecated(forRemoval=true,
since="11.0.0")
public class JavadocSnippet
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.
A piece of text inside a Javadoc description.
For example in A class totally unrelated to we would
have two snippets: one before and one after the inline tag (String, I swear!).String
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavadocSnippet(String text) 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.inthashCode()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
-
JavadocSnippet
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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.
-