Class SimpleGroovyExecutableMemberDoc
- java.lang.Object
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
 
 
 
 
 
- 
- All Implemented Interfaces:
- Comparable,- GroovyDoc,- GroovyExecutableMemberDoc,- GroovyMemberDoc,- GroovyProgramElementDoc
 - Direct Known Subclasses:
- SimpleGroovyConstructorDoc,- SimpleGroovyMethodDoc
 
 public class SimpleGroovyExecutableMemberDoc extends SimpleGroovyMemberDoc implements GroovyExecutableMemberDoc 
- 
- 
Field Summary- 
Fields inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDocbelongsToClass
 - 
Fields inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDocANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, TRAIT_DEF
 
- 
 - 
Constructor SummaryConstructors Constructor Description SimpleGroovyExecutableMemberDoc(String name, GroovyClassDoc belongsToClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(GroovyParameter parameter)StringflatSignature()booleanisNative()booleanisSynchronized()booleanisVarArgs()GroovyParameter[]parameters()Stringsignature()GroovyClassDoc[]thrownExceptions()GroovyType[]thrownExceptionTypes()- 
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoccommentText, firstSentenceCommentText, isSynthetic
 - 
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDocisAbstract, setAbstract
 - 
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDocaddAnnotationRef, annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage, setFinal, setPackagePrivate, setPrivate, setProtected, setPublic, setStatic
 - 
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoccalculateFirstSentence, compareTo, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isScript, isTrait, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setScript, setTokenType, tags, tokenType, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.ComparablecompareTo
 - 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
SimpleGroovyExecutableMemberDocpublic SimpleGroovyExecutableMemberDoc(String name, GroovyClassDoc belongsToClass) 
 
- 
 - 
Method Detail- 
parameterspublic GroovyParameter[] parameters() - Specified by:
- parametersin interface- GroovyExecutableMemberDoc
 
 - 
addpublic void add(GroovyParameter parameter) 
 - 
flatSignaturepublic String flatSignature() - Specified by:
- flatSignaturein interface- GroovyExecutableMemberDoc
 
 - 
isNativepublic boolean isNative() - Specified by:
- isNativein interface- GroovyExecutableMemberDoc
 
 - 
isSynchronizedpublic boolean isSynchronized() - Specified by:
- isSynchronizedin interface- GroovyExecutableMemberDoc
 
 - 
isVarArgspublic boolean isVarArgs() - Specified by:
- isVarArgsin interface- GroovyExecutableMemberDoc
 
 - 
signaturepublic String signature() - Specified by:
- signaturein interface- GroovyExecutableMemberDoc
 
 - 
thrownExceptionspublic GroovyClassDoc[] thrownExceptions() - Specified by:
- thrownExceptionsin interface- GroovyExecutableMemberDoc
 
 - 
thrownExceptionTypespublic GroovyType[] thrownExceptionTypes() - Specified by:
- thrownExceptionTypesin interface- GroovyExecutableMemberDoc
 
 
- 
 
-