[Java] Interface GroovyProgramElementDoc
- org.codehaus.groovy.groovydoc.GroovyDoc
- All Superinterfaces:
- GroovyDoc
Methods Summary
| 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() |
Inherited Methods Summary
| 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 |
Method Detail
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()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/groovydoc/GroovyProgramElementDoc.html