Class Groovydoc


  • public class Groovydoc
    extends Object
    Represents groovydoc
    • Field Detail

      • EMPTY_GROOVYDOC

        public static final Groovydoc EMPTY_GROOVYDOC
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object