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:
java.lang.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.SimpleGroovyMemberDoc
belongsToClass
Fields inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, TRAIT_DEF
-
Constructor Summary
Constructors Constructor Description SimpleGroovyExecutableMemberDoc(java.lang.String name, GroovyClassDoc belongsToClass)
-
Method Summary
Modifier and Type Method Description void
add(GroovyParameter parameter)
java.lang.String
flatSignature()
boolean
isNative()
boolean
isSynchronized()
boolean
isVarArgs()
GroovyParameter[]
parameters()
java.lang.String
signature()
GroovyClassDoc[]
thrownExceptions()
GroovyType[]
thrownExceptionTypes()
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
commentText, firstSentenceCommentText, isSynthetic
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
isAbstract, setAbstract
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyProgramElementDoc
addAnnotationRef, 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.SimpleGroovyDoc
calculateFirstSentence, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
-
Constructor Details
-
SimpleGroovyExecutableMemberDoc
-
-
Method Details
-
parameters
- Specified by:
parameters
in interfaceGroovyExecutableMemberDoc
-
add
-
flatSignature
public java.lang.String flatSignature()- Specified by:
flatSignature
in interfaceGroovyExecutableMemberDoc
-
isNative
public boolean isNative()- Specified by:
isNative
in interfaceGroovyExecutableMemberDoc
-
isSynchronized
public boolean isSynchronized()- Specified by:
isSynchronized
in interfaceGroovyExecutableMemberDoc
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgs
in interfaceGroovyExecutableMemberDoc
-
signature
public java.lang.String signature()- Specified by:
signature
in interfaceGroovyExecutableMemberDoc
-
thrownExceptions
- Specified by:
thrownExceptions
in interfaceGroovyExecutableMemberDoc
-
thrownExceptionTypes
- Specified by:
thrownExceptionTypes
in interfaceGroovyExecutableMemberDoc
-