Package org.codehaus.groovy.groovydoc
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
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
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
-
firstSentenceCommentText
String firstSentenceCommentText()
-