Package org.codehaus.groovy.groovydoc
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringflatSignature()booleanisNative()booleanisSynchronized()booleanisVarArgs()GroovyParameter[]parameters()java.lang.Stringsignature()GroovyClassDoc[]thrownExceptions()GroovyType[]thrownExceptionTypes()- 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoccommentText, 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.GroovyMemberDocisSynthetic
 - 
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDocannotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
 
- 
 
- 
- 
- 
Method Detail- 
flatSignaturejava.lang.String flatSignature() 
 - 
isNativeboolean isNative() 
 - 
isSynchronizedboolean isSynchronized() 
 - 
isVarArgsboolean isVarArgs() 
 - 
parametersGroovyParameter[] parameters() 
 - 
signaturejava.lang.String signature() 
 - 
thrownExceptionsGroovyClassDoc[] thrownExceptions() 
 - 
thrownExceptionTypesGroovyType[] thrownExceptionTypes() 
 
- 
 
-