[Java] Interface GroovyMethodDoc

  • org.codehaus.groovy.groovydoc.GroovyDoc
All Superinterfaces:
GroovyExecutableMemberDoc, GroovyMemberDoc, GroovyProgramElementDoc, GroovyDoc
public interface GroovyMethodDoc
extends GroovyExecutableMemberDoc

Method Detail

public boolean isAbstract()

public GroovyClassDoc overriddenClass()

public GroovyMethodDoc overriddenMethod()

public GroovyType overriddenType()

public boolean overrides(GroovyMethodDoc arg0)

public GroovyType returnType()

public void setReturnType(GroovyType o)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/groovydoc/GroovyMethodDoc.html