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, thrownExceptionTypes
isSynthetic
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage, setPublic, setStatic
commentText, compareTo, firstSentenceCommentText, getDocUrl, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, replaceAllTags, setAsInterfaceDefinition, setRawCommentText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
flatSignature, isNative, isSynchronized, isVarArgs, parameters, 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 SimpleGroovyMethodDoc(java.lang.String name)
public SimpleGroovyMethodDoc(java.lang.String name, java.util.List links)
public GroovyType returnType()
returnType
in interface GroovyMethodDoc
public boolean isReturnTypeAvailable()
public void setReturnType(GroovyType returnType)
setReturnType
in interface GroovyMethodDoc
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