Package org.codehaus.groovy.groovydoc
Interface GroovyMethodDoc
- 
- All Superinterfaces:
- java.lang.Comparable,- GroovyDoc,- GroovyExecutableMemberDoc,- GroovyMemberDoc,- GroovyProgramElementDoc
 - All Known Implementing Classes:
- SimpleGroovyMethodDoc
 
 public interface GroovyMethodDoc extends GroovyExecutableMemberDoc 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAbstract()GroovyClassDocoverriddenClass()GroovyMethodDocoverriddenMethod()GroovyTypeoverriddenType()booleanoverrides(GroovyMethodDoc arg0)GroovyTypereturnType()voidsetReturnType(GroovyType o)- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoccommentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyExecutableMemberDocflatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptions, thrownExceptionTypes
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyMemberDocisSynthetic
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDocannotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
- 
 
- 
- 
- 
Method Detail- 
isAbstractboolean isAbstract() 
 - 
overriddenClassGroovyClassDoc overriddenClass() 
 - 
overriddenMethodGroovyMethodDoc overriddenMethod() 
 - 
overriddenTypeGroovyType overriddenType() 
 - 
overridesboolean overrides(GroovyMethodDoc arg0) 
 - 
returnTypeGroovyType returnType() 
 - 
setReturnTypevoid setReturnType(GroovyType o) 
 
- 
 
-