public class SimpleGroovyMethodDoc extends SimpleGroovyExecutableMemberDoc implements GroovyMethodDoc
| Constructor and Description |
|---|
SimpleGroovyMethodDoc(java.lang.String name) |
SimpleGroovyMethodDoc(java.lang.String name,
java.util.List links) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract() |
boolean |
isReturnTypeAvailable() |
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, setContainingPackage, setPublic, setStaticcommentText, compareTo, firstSentenceCommentText, getDocUrl, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, replaceAllTags, setAsInterfaceDefinition, setRawCommentText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitflatSignature, isNative, isSynchronized, isVarArgs, parameters, 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 SimpleGroovyMethodDoc(java.lang.String name)
public SimpleGroovyMethodDoc(java.lang.String name,
java.util.List links)
public GroovyType returnType()
returnType in interface GroovyMethodDocpublic boolean isReturnTypeAvailable()
public void setReturnType(GroovyType returnType)
setReturnType in interface GroovyMethodDocpublic 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