[Java] Interface GroovyExecutableMemberDoc

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

Method Detail

public String flatSignature()

public boolean isNative()

public boolean isSynchronized()

public boolean isVarArgs()

public GroovyParameter[] parameters()

public String signature()

public GroovyType[] thrownExceptionTypes()

public GroovyClassDoc[] thrownExceptions()

© 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/GroovyExecutableMemberDoc.html