public interface GroovyDoc extends Comparable
Modifier and Type | Method and Description |
---|---|
String |
commentText() |
String |
firstSentenceCommentText() |
String |
getRawCommentText() |
boolean |
isAnnotationType() |
boolean |
isAnnotationTypeElement() |
boolean |
isClass() |
boolean |
isConstructor() |
boolean |
isDeprecated() |
boolean |
isEnum() |
boolean |
isEnumConstant() |
boolean |
isError() |
boolean |
isException() |
boolean |
isField() |
boolean |
isIncluded() |
boolean |
isInterface() |
boolean |
isMethod() |
boolean |
isOrdinaryClass() |
String |
name() |
void |
setRawCommentText(String arg0) |
compareTo
String commentText()
String getRawCommentText()
boolean isAnnotationType()
boolean isAnnotationTypeElement()
boolean isClass()
boolean isConstructor()
boolean isDeprecated()
boolean isEnum()
boolean isEnumConstant()
boolean isError()
boolean isException()
boolean isField()
boolean isIncluded()
boolean isInterface()
boolean isMethod()
boolean isOrdinaryClass()
String name()
void setRawCommentText(String arg0)
String firstSentenceCommentText()