public class SimpleGroovyProgramElementDoc extends SimpleGroovyDoc implements GroovyProgramElementDoc
| Fields inherited from class | Fields | 
|---|---|
class SimpleGroovyDoc | 
                            ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, TRAIT_DEF | 
                        
| Constructor and description | 
|---|
                                SimpleGroovyProgramElementDoc(String name) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public void | 
                            addAnnotationRef(GroovyAnnotationRef ref) | 
                        
 | 
                            public GroovyAnnotationRef[] | 
                            annotations() | 
                        
 | 
                            public GroovyClassDoc | 
                            containingClass() | 
                        
 | 
                            public GroovyPackageDoc | 
                            containingPackage() | 
                        
 | 
                            public boolean | 
                            isFinal() | 
                        
 | 
                            public boolean | 
                            isPackagePrivate() | 
                        
 | 
                            public boolean | 
                            isPrivate() | 
                        
 | 
                            public boolean | 
                            isProtected() | 
                        
 | 
                            public boolean | 
                            isPublic() | 
                        
 | 
                            public boolean | 
                            isStatic() | 
                        
 | 
                            public int | 
                            modifierSpecifier() | 
                        
 | 
                            public String | 
                            modifiers() | 
                        
 | 
                            public String | 
                            qualifiedName() | 
                        
 | 
                            public void | 
                            setContainingPackage(GroovyPackageDoc packageDoc) | 
                        
 | 
                            public void | 
                            setFinal(boolean b) | 
                        
 | 
                            public void | 
                            setPackagePrivate(boolean b) | 
                        
 | 
                            public void | 
                            setPrivate(boolean b) | 
                        
 | 
                            public void | 
                            setProtected(boolean b) | 
                        
 | 
                            public void | 
                            setPublic(boolean b) | 
                        
 | 
                            public 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, isRecord, isScript, isTrait, name, setDeprecated, setRawCommentText, setScript, setTokenType, tags, toString, tokenType | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.