Class Groovydoc

java.lang.Object
groovy.lang.groovydoc.Groovydoc

public class Groovydoc extends Object
Represents groovydoc
  • Field Details

    • EMPTY_GROOVYDOC

      public static final Groovydoc EMPTY_GROOVYDOC
  • Constructor Details

  • Method Details

    • isPresent

      public boolean isPresent()
      Tests if groovydoc is present
      Returns:
      true if groovydoc is present
    • getContent

      public String getContent()
      Get the content of groovydoc
      Returns:
      the text content
    • getTagList

      public List<GroovydocTag> getTagList()
      TODO Get list of groovydoc tags
      Returns:
      a list of tags
    • getHolder

      public GroovydocHolder getHolder()
      Get the holder of the groovydoc
      Returns:
      the groovydoc holder
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object