public interface GroovyMethodDoc extends GroovyExecutableMemberDoc
Modifier and Type | Method and Description |
---|---|
boolean |
isAbstract() |
GroovyClassDoc |
overriddenClass() |
GroovyMethodDoc |
overriddenMethod() |
GroovyType |
overriddenType() |
boolean |
overrides(GroovyMethodDoc arg0) |
GroovyType |
returnType() |
void |
setReturnType(GroovyType o) |
flatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptions, 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
boolean isAbstract()
GroovyClassDoc overriddenClass()
GroovyMethodDoc overriddenMethod()
GroovyType overriddenType()
boolean overrides(GroovyMethodDoc arg0)
GroovyType returnType()
void setReturnType(GroovyType o)