public class SimpleGroovyMethodDoc extends SimpleGroovyExecutableMemberDoc implements GroovyMethodDoc
| Constructor and Description |
|---|
SimpleGroovyMethodDoc(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract() |
GroovyClassDoc |
overriddenClass() |
GroovyMethodDoc |
overriddenMethod() |
GroovyType |
overriddenType() |
boolean |
overrides(GroovyMethodDoc arg0) |
GroovyType |
returnType() |
void |
setReturnType(GroovyType returnType) |
add, flatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptions, thrownExceptionTypesisSyntheticcontainingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackagecommentText, compareTo, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitflatSignature, isNative, isSynchronized, isVarArgs, signature, thrownExceptions, thrownExceptionTypesisSyntheticcontainingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedNamecommentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentTextpublic GroovyType returnType()
returnType in interface GroovyMethodDocpublic void setReturnType(GroovyType returnType)
public boolean isAbstract()
isAbstract in interface GroovyMethodDocpublic GroovyClassDoc overriddenClass()
overriddenClass in interface GroovyMethodDocpublic GroovyMethodDoc overriddenMethod()
overriddenMethod in interface GroovyMethodDocpublic GroovyType overriddenType()
overriddenType in interface GroovyMethodDocpublic boolean overrides(GroovyMethodDoc arg0)
overrides in interface GroovyMethodDoc