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 SummaryModifier and Type Method Description java.lang.StringflatSignature()booleanisNative()booleanisSynchronized()booleanisVarArgs()GroovyParameter[]parameters()java.lang.Stringsignature()GroovyClassDoc[]thrownExceptions()GroovyType[]thrownExceptionTypes()Methods 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, 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- 
flatSignaturejava.lang.String flatSignature()
- 
isNativeboolean isNative()
- 
isSynchronizedboolean isSynchronized()
- 
isVarArgsboolean isVarArgs()
- 
parametersGroovyParameter[] parameters()
- 
signaturejava.lang.String signature()
- 
thrownExceptionsGroovyClassDoc[] thrownExceptions()
- 
thrownExceptionTypesGroovyType[] thrownExceptionTypes()
 
-