[Java] Class SimpleGroovyExecutableMemberDoc

  • org.codehaus.groovy.tools.groovydoc.SimpleGroovyExecutableMemberDoc
All Implemented Interfaces and Traits:
GroovyExecutableMemberDoc
public class SimpleGroovyExecutableMemberDoc
extends SimpleGroovyMemberDoc
implements GroovyExecutableMemberDoc
Inherited fields
Fields inherited from class Fields
class SimpleGroovyMemberDoc belongsToClass
class SimpleGroovyDoc ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, TRAIT_DEF

Constructor Summary

Constructors
Constructor and description
SimpleGroovyExecutableMemberDoc (String name, GroovyClassDoc belongsToClass)

Methods Summary

Methods
Type Params Return Type Name and description
public void add(GroovyParameter parameter)
public String flatSignature()
public boolean isNative()
public boolean isSynchronized()
public boolean isVarArgs()
public GroovyParameter[] parameters()
public String signature()
public GroovyType[] thrownExceptionTypes()
public GroovyClassDoc[] thrownExceptions()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class SimpleGroovyMemberDoc commentText, firstSentenceCommentText, isSynthetic
class SimpleGroovyAbstractableElementDoc isAbstract, setAbstract
class SimpleGroovyProgramElementDoc addAnnotationRef, annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName, setContainingPackage, setFinal, setPackagePrivate, setPrivate, setProtected, setPublic, setStatic
class SimpleGroovyDoc calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, 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, toString, tokenType

Constructor Detail

public SimpleGroovyExecutableMemberDoc(String name, GroovyClassDoc belongsToClass)

Method Detail

public void add(GroovyParameter parameter)

public String flatSignature()

public boolean isNative()

public boolean isSynchronized()

public boolean isVarArgs()

public GroovyParameter[] parameters()

public String signature()

public GroovyType[] thrownExceptionTypes()

public GroovyClassDoc[] thrownExceptions()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/groovydoc/SimpleGroovyExecutableMemberDoc.html