public interface GroovyMemberDoc
extends GroovyProgramElementDoc
Describes a member declared within a documented type.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isSynthetic()Indicates whether this member was synthesized rather than declared directly in source. |
| Methods inherited from class | Name |
|---|---|
interface GroovyProgramElementDoc |
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName |
interface GroovyDoc |
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isRecord, name, setRawCommentText |