Package org.codehaus.groovy.groovydoc
Interface GroovyDoc
- 
- All Superinterfaces:
- java.lang.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 java.lang.Comparable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcommentText()java.lang.StringfirstSentenceCommentText()java.lang.StringgetRawCommentText()booleanisAnnotationType()booleanisAnnotationTypeElement()booleanisClass()booleanisConstructor()booleanisDeprecated()booleanisEnum()booleanisEnumConstant()booleanisError()booleanisException()booleanisField()booleanisIncluded()booleanisInterface()booleanisMethod()booleanisOrdinaryClass()java.lang.Stringname()voidsetRawCommentText(java.lang.String arg0)
 
- 
- 
- 
Method Detail- 
commentTextjava.lang.String commentText() 
 - 
getRawCommentTextjava.lang.String 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() 
 - 
namejava.lang.String name() 
 - 
setRawCommentTextvoid setRawCommentText(java.lang.String arg0) 
 - 
firstSentenceCommentTextjava.lang.String firstSentenceCommentText() 
 
- 
 
-