Package org.codehaus.groovy.groovydoc
Interface GroovyExecutableMemberDoc
- All Superinterfaces:
- Comparable<GroovyDoc>,- GroovyDoc,- GroovyMemberDoc,- GroovyProgramElementDoc
- All Known Subinterfaces:
- GroovyConstructorDoc,- GroovyMethodDoc
- All Known Implementing Classes:
- SimpleGroovyConstructorDoc,- SimpleGroovyExecutableMemberDoc,- SimpleGroovyMethodDoc
- 
Method SummaryMethods inherited from interface java.lang.ComparablecompareToMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoccommentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isRecord, name, setRawCommentTextMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyMemberDocisSyntheticMethods inherited from interface org.codehaus.groovy.groovydoc.GroovyProgramElementDocannotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
- 
Method Details- 
flatSignatureString flatSignature()
- 
isNativeboolean isNative()
- 
isSynchronizedboolean isSynchronized()
- 
isVarArgsboolean isVarArgs()
- 
parametersGroovyParameter[] parameters()
- 
signatureString signature()
- 
thrownExceptionsGroovyClassDoc[] thrownExceptions()
- 
thrownExceptionTypesGroovyType[] thrownExceptionTypes()
 
-