Interface GroovyDoc

All Superinterfaces:
Comparable<GroovyDoc>
All Known Subinterfaces:
GroovyClassDoc, GroovyConstructorDoc, GroovyExecutableMemberDoc, GroovyFieldDoc, GroovyMemberDoc, GroovyMethodDoc, GroovyPackageDoc, GroovyProgramElementDoc, GroovyRootDoc
All Known Implementing Classes:
ArrayClassDocWrapper, ExternalGroovyClassDoc, SimpleGroovyAbstractableElementDoc, SimpleGroovyClassDoc, SimpleGroovyConstructorDoc, SimpleGroovyDoc, SimpleGroovyExecutableMemberDoc, SimpleGroovyFieldDoc, SimpleGroovyMemberDoc, SimpleGroovyMethodDoc, SimpleGroovyPackageDoc, SimpleGroovyProgramElementDoc, SimpleGroovyRootDoc

public interface GroovyDoc extends Comparable<GroovyDoc>
  • Method Details

    • commentText

      String commentText()
    • getRawCommentText

      String getRawCommentText()
    • isAnnotationType

      boolean isAnnotationType()
    • isAnnotationTypeElement

      boolean isAnnotationTypeElement()
    • isClass

      boolean isClass()
    • isConstructor

      boolean isConstructor()
    • isDeprecated

      boolean isDeprecated()
    • isEnum

      boolean isEnum()
    • isRecord

      boolean isRecord()
    • isEnumConstant

      boolean isEnumConstant()
    • isError

      boolean isError()
    • isException

      boolean isException()
    • isField

      boolean isField()
    • isIncluded

      boolean isIncluded()
    • isInterface

      boolean isInterface()
    • isMethod

      boolean isMethod()
    • isOrdinaryClass

      boolean isOrdinaryClass()
    • name

      String name()
    • setRawCommentText

      void setRawCommentText(String arg0)
    • firstSentenceCommentText

      String firstSentenceCommentText()