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

    Constructors
    Constructor
    Description
    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.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    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.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    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.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JavadocDescription

      public JavadocDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • JavadocDescription

      public JavadocDescription(List<JavadocDescriptionElement> elements)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • addElement

      public boolean addElement(JavadocDescriptionElement element)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getElements

      public List<JavadocDescriptionElement> getElements()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toText

      public String 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

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object