| Type Params | Return Type | Name and description | 
|---|---|---|
|  | GroovyAnnotationRef[] | annotations() | 
|  | GroovyClassDoc | containingClass() | 
|  | GroovyPackageDoc | containingPackage() | 
|  | boolean | isFinal() | 
|  | boolean | isPackagePrivate() | 
|  | boolean | isPrivate() | 
|  | boolean | isProtected() | 
|  | boolean | isPublic() | 
|  | boolean | isStatic() | 
|  | int | modifierSpecifier() | 
|  | String | modifiers() | 
|  | String | qualifiedName() | 
| Methods inherited from class | Name | 
|---|---|
| interface GroovyDoc | commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |