public class SimpleGroovyExecutableMemberDoc extends SimpleGroovyMemberDoc implements GroovyExecutableMemberDoc
Constructor and Description |
---|
SimpleGroovyExecutableMemberDoc(java.lang.String name) |
Modifier and Type | Method and 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() |
isSynthetic
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName, setContainingPackage
commentText, compareTo, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynthetic
containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText
public SimpleGroovyExecutableMemberDoc(java.lang.String name)
public GroovyParameter[] parameters()
public void add(GroovyParameter parameter)
public java.lang.String flatSignature()
flatSignature
in interface GroovyExecutableMemberDoc
public boolean isNative()
isNative
in interface GroovyExecutableMemberDoc
public boolean isSynchronized()
isSynchronized
in interface GroovyExecutableMemberDoc
public boolean isVarArgs()
isVarArgs
in interface GroovyExecutableMemberDoc
public java.lang.String signature()
signature
in interface GroovyExecutableMemberDoc
public GroovyClassDoc[] thrownExceptions()
thrownExceptions
in interface GroovyExecutableMemberDoc
public GroovyType[] thrownExceptionTypes()
thrownExceptionTypes
in interface GroovyExecutableMemberDoc