Package org.codehaus.groovy.groovydoc
Interface GroovyDoc
- 
- All Superinterfaces:
- Comparable
 - 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 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcommentText()StringfirstSentenceCommentText()StringgetRawCommentText()booleanisAnnotationType()booleanisAnnotationTypeElement()booleanisClass()booleanisConstructor()booleanisDeprecated()booleanisEnum()booleanisEnumConstant()booleanisError()booleanisException()booleanisField()booleanisIncluded()booleanisInterface()booleanisMethod()booleanisOrdinaryClass()Stringname()voidsetRawCommentText(String arg0)- 
Methods inherited from interface java.lang.ComparablecompareTo
 
- 
 
- 
- 
- 
Method Detail- 
commentTextString commentText() 
 - 
getRawCommentTextString getRawCommentText() 
 - 
isAnnotationTypeboolean isAnnotationType() 
 - 
isAnnotationTypeElementboolean isAnnotationTypeElement() 
 - 
isClassboolean isClass() 
 - 
isConstructorboolean isConstructor() 
 - 
isDeprecatedboolean isDeprecated() 
 - 
isEnumboolean isEnum() 
 - 
isEnumConstantboolean isEnumConstant() 
 - 
isErrorboolean isError() 
 - 
isExceptionboolean isException() 
 - 
isFieldboolean isField() 
 - 
isIncludedboolean isIncluded() 
 - 
isInterfaceboolean isInterface() 
 - 
isMethodboolean isMethod() 
 - 
isOrdinaryClassboolean isOrdinaryClass() 
 - 
nameString name() 
 - 
setRawCommentTextvoid setRawCommentText(String arg0) 
 - 
firstSentenceCommentTextString firstSentenceCommentText() 
 
- 
 
-