Package org.codehaus.groovy.groovydoc
Interface GroovyMemberDoc
- All Superinterfaces:
Comparable<GroovyDoc>,GroovyDoc,GroovyProgramElementDoc
- All Known Subinterfaces:
GroovyConstructorDoc,GroovyExecutableMemberDoc,GroovyFieldDoc,GroovyMethodDoc
- All Known Implementing Classes:
SimpleGroovyConstructorDoc,SimpleGroovyExecutableMemberDoc,SimpleGroovyFieldDoc,SimpleGroovyMemberDoc,SimpleGroovyMethodDoc
Describes a member declared within a documented type.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this member was synthesized rather than declared directly in source.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isRecord, name, setRawCommentTextMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
-
Method Details
-
isSynthetic
boolean isSynthetic()Indicates whether this member was synthesized rather than declared directly in source.- Returns:
trueif this member is synthetic
-