public interface GroovyExecutableMemberDoc extends GroovyMemberDoc
Modifier and Type | Method and Description |
---|---|
String |
flatSignature() |
boolean |
isNative() |
boolean |
isSynchronized() |
boolean |
isVarArgs() |
GroovyParameter[] |
parameters() |
String |
signature() |
GroovyClassDoc[] |
thrownExceptions() |
GroovyType[] |
thrownExceptionTypes() |
isSynthetic
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
compareTo
String flatSignature()
boolean isNative()
boolean isSynchronized()
boolean isVarArgs()
GroovyParameter[] parameters()
String signature()
GroovyClassDoc[] thrownExceptions()
GroovyType[] thrownExceptionTypes()