org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyMethodDoc
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyMethodDoc
- All Implemented Interfaces:
- java.lang.Comparable, GroovyDoc, GroovyExecutableMemberDoc, GroovyMemberDoc, GroovyMethodDoc, GroovyProgramElementDoc
public class SimpleGroovyMethodDoc
- extends SimpleGroovyExecutableMemberDoc
- implements GroovyMethodDoc
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc |
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage |
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc |
commentText, compareTo, firstSentenceCommentText, getDocUrl, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, replaceAllTags, setRawCommentText, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc |
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc |
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
Methods inherited from interface java.lang.Comparable |
compareTo |
returnType
private GroovyType returnType
SimpleGroovyMethodDoc
public SimpleGroovyMethodDoc(java.lang.String name)
SimpleGroovyMethodDoc
public SimpleGroovyMethodDoc(java.lang.String name,
java.util.List links)
returnType
public GroovyType returnType()
- Specified by:
returnType
in interface GroovyMethodDoc
returnTypeName
public java.lang.String returnTypeName()
setReturnType
public void setReturnType(GroovyType returnType)
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract
in interface GroovyMethodDoc
overriddenClass
public GroovyClassDoc overriddenClass()
- Specified by:
overriddenClass
in interface GroovyMethodDoc
overriddenMethod
public GroovyMethodDoc overriddenMethod()
- Specified by:
overriddenMethod
in interface GroovyMethodDoc
overriddenType
public GroovyType overriddenType()
- Specified by:
overriddenType
in interface GroovyMethodDoc
overrides
public boolean overrides(GroovyMethodDoc arg0)
- Specified by:
overrides
in interface GroovyMethodDoc
Copyright © ${year} The Codehaus. All Rights Reserved.