Interface GroovyExecutableMemberDoc

All Superinterfaces:
java.lang.Comparable, GroovyDoc, GroovyMemberDoc, GroovyProgramElementDoc
All Known Subinterfaces:
GroovyConstructorDoc, GroovyMethodDoc
All Known Implementing Classes:
SimpleGroovyConstructorDoc, SimpleGroovyExecutableMemberDoc, SimpleGroovyMethodDoc

public interface GroovyExecutableMemberDoc
extends GroovyMemberDoc
  • Method Details

    • flatSignature

      java.lang.String flatSignature()
    • isNative

      boolean isNative()
    • isSynchronized

      boolean isSynchronized()
    • isVarArgs

      boolean isVarArgs()
    • parameters

      GroovyParameter[] parameters()
    • signature

      java.lang.String signature()
    • thrownExceptions

      GroovyClassDoc[] thrownExceptions()
    • thrownExceptionTypes

      GroovyType[] thrownExceptionTypes()