public class SimpleGroovyProgramElementDoc extends SimpleGroovyDoc
| Constructor and description | 
|---|
| SimpleGroovyProgramElementDoc
                                (String name) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addAnnotationRef(GroovyAnnotationRef ref) | 
|  | GroovyAnnotationRef[] | annotations() | 
|  | GroovyClassDoc | containingClass() | 
|  | GroovyPackageDoc | containingPackage() | 
|  | boolean | isFinal() | 
|  | boolean | isPackagePrivate() | 
|  | boolean | isPrivate() | 
|  | boolean | isProtected() | 
|  | boolean | isPublic() | 
|  | boolean | isStatic() | 
|  | int | modifierSpecifier() | 
|  | String | modifiers() | 
|  | String | qualifiedName() | 
|  | void | setContainingPackage(GroovyPackageDoc packageDoc) | 
|  | void | setFinal(boolean b) | 
|  | void | setPackagePrivate(boolean b) | 
|  | void | setPrivate(boolean b) | 
|  | void | setProtected(boolean b) | 
|  | void | setPublic(boolean b) | 
|  | void | setStatic(boolean b) | 
| Methods inherited from class | Name | 
|---|---|
| class SimpleGroovyDoc | calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isScript, isTrait, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setScript, setTokenType, tags, toString, tokenType | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.