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, thrownExceptionTypes
isSynthetic
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage
commentText, compareTo, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
flatSignature, isNative, isSynchronized, isVarArgs, signature, thrownExceptions, thrownExceptionTypes
isSynthetic
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
public GroovyType returnType()
returnType
in interface GroovyMethodDoc
public void setReturnType(GroovyType returnType)
public boolean isAbstract()
isAbstract
in interface GroovyMethodDoc
public GroovyClassDoc overriddenClass()
overriddenClass
in interface GroovyMethodDoc
public GroovyMethodDoc overriddenMethod()
overriddenMethod
in interface GroovyMethodDoc
public GroovyType overriddenType()
overriddenType
in interface GroovyMethodDoc
public boolean overrides(GroovyMethodDoc arg0)
overrides
in interface GroovyMethodDoc