Interface JavaDoc<O>

    • Method Detail

      • getText

        java.lang.String getText()
        Returns the text for this JavaDoc, excluding tags
      • getFullText

        java.lang.String getFullText()
        Returns the full text for this JavaDoc, including tags
      • getTagNames

        java.util.Set<java.lang.String> getTagNames()
        Return the tag names for this JavaDoc
      • getTags

        java.util.List<JavaDocTag> getTags​(java.lang.String tagName)
        Returns a list of JavaDocTag values for the given tag name (eg: @param) or an empty list if not found
      • getTags

        java.util.List<JavaDocTag> getTags()
        Returns a list of JavaDocTag values for the given tag name (eg: @param) or an empty list if not found