Package org.codehaus.groovy.groovydoc
Interface GroovyExecutableMemberDoc
- 
- All Superinterfaces:
 Comparable,GroovyDoc,GroovyMemberDoc,GroovyProgramElementDoc
- All Known Subinterfaces:
 GroovyConstructorDoc,GroovyMethodDoc
- All Known Implementing Classes:
 SimpleGroovyConstructorDoc,SimpleGroovyExecutableMemberDoc,SimpleGroovyMethodDoc
public interface GroovyExecutableMemberDoc extends GroovyMemberDoc
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringflatSignature()booleanisNative()booleanisSynchronized()booleanisVarArgs()GroovyParameter[]parameters()Stringsignature()GroovyClassDoc[]thrownExceptions()GroovyType[]thrownExceptionTypes()- 
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText 
- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyMemberDoc
isSynthetic 
- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDoc
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
flatSignature
String flatSignature()
 
- 
isNative
boolean isNative()
 
- 
isSynchronized
boolean isSynchronized()
 
- 
isVarArgs
boolean isVarArgs()
 
- 
parameters
GroovyParameter[] parameters()
 
- 
signature
String signature()
 
- 
thrownExceptions
GroovyClassDoc[] thrownExceptions()
 
- 
thrownExceptionTypes
GroovyType[] thrownExceptionTypes()
 
 - 
 
 -