Interface GroovyExecutableMemberDoc

All Superinterfaces:
Comparable<GroovyDoc>, GroovyDoc, GroovyMemberDoc, GroovyProgramElementDoc
All Known Subinterfaces:
GroovyConstructorDoc, GroovyMethodDoc
All Known Implementing Classes:
SimpleGroovyConstructorDoc, SimpleGroovyExecutableMemberDoc, SimpleGroovyMethodDoc

public interface GroovyExecutableMemberDoc extends GroovyMemberDoc
  • Method Details

    • flatSignature

      String flatSignature()
    • isNative

      boolean isNative()
    • isSynchronized

      boolean isSynchronized()
    • isVarArgs

      boolean isVarArgs()
    • parameters

      GroovyParameter[] parameters()
    • signature

      String signature()
    • thrownExceptions

      GroovyClassDoc[] thrownExceptions()
    • thrownExceptionTypes

      GroovyType[] thrownExceptionTypes()