org.codehaus.groovy.groovydoc
Interface GroovyProgramElementDoc
- All Superinterfaces:
- Comparable, GroovyDoc
- All Known Subinterfaces:
- GroovyClassDoc, GroovyConstructorDoc, GroovyExecutableMemberDoc, GroovyFieldDoc, GroovyMemberDoc, GroovyMethodDoc
- All Known Implementing Classes:
- ExternalGroovyClassDoc, SimpleGroovyClassDoc, SimpleGroovyConstructorDoc, SimpleGroovyExecutableMemberDoc, SimpleGroovyFieldDoc, SimpleGroovyMemberDoc, SimpleGroovyMethodDoc, SimpleGroovyProgramElementDoc
public interface GroovyProgramElementDoc
- extends GroovyDoc
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc |
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
annotations
GroovyAnnotationRef[] annotations()
containingClass
GroovyClassDoc containingClass()
containingPackage
GroovyPackageDoc containingPackage()
isFinal
boolean isFinal()
isPackagePrivate
boolean isPackagePrivate()
isPrivate
boolean isPrivate()
isProtected
boolean isProtected()
isPublic
boolean isPublic()
isStatic
boolean isStatic()
modifiers
String modifiers()
modifierSpecifier
int modifierSpecifier()
qualifiedName
String qualifiedName()