Package spoon.javadoc.internal
Class JavadocDescription
java.lang.Object
spoon.javadoc.internal.JavadocDescription
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="11.0.0")
public class JavadocDescription
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 javadoc text, potentially containing inline tags.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.JavadocDescription(List<JavadocDescriptionElement> elements) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddElement(JavadocDescriptionElement element) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()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.
-
Constructor Details
-
JavadocDescription
public JavadocDescription()Deprecated, for removal: This API element is subject to removal in a future version. -
JavadocDescription
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addElement
Deprecated, for removal: This API element is subject to removal in a future version. -
getElements
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. -
isEmpty
public boolean isEmpty()Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-