org.codehaus.groovy.groovydoc
[Java] Interface GroovyMethodDoc
org.codehaus.groovy.groovydoc.GroovyDoc
  
org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
      
org.codehaus.groovy.groovydoc.GroovyMethodDoc
          
org.codehaus.groovy.groovydoc.GroovyExecutableMemberDoc
              
org.codehaus.groovy.groovydoc.GroovyMemberDoc
- All Superinterfaces: 
 - GroovyDoc, GroovyProgramElementDoc, GroovyExecutableMemberDoc, GroovyMemberDoc
 
public interface GroovyMethodDoc
extends GroovyExecutableMemberDoc
    
     
                 
                 
                | 
                Methods inherited from interface GroovyProgramElementDoc
                 | 
                | annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName | 
                
                 
                | 
                Methods inherited from interface GroovyDoc
                 | 
                | commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText | 
                
                 
                 
                 
    
    
        
        isAbstract
        public boolean isAbstract()
        
        - 
        
 
        
        
        
    
        
        overriddenClass
        public GroovyClassDoc overriddenClass()
        
        - 
        
 
        
        
        
    
        
        overriddenMethod
        public GroovyMethodDoc overriddenMethod()
        
        - 
        
 
        
        
        
    
        
        overriddenType
        public GroovyType overriddenType()
        
        - 
        
 
        
        
        
    
        
        overrides
        public boolean overrides(GroovyMethodDoc arg0)
        
        - 
        
 
        
        
        
    
        
        returnType
        public GroovyType returnType()
        
        - 
        
 
        
        
        
    
        
        setReturnType
        public void setReturnType(GroovyType o)
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.