[Java] Interface GroovyConstructorDoc
- org.codehaus.groovy.groovydoc.GroovyDoc
- All Superinterfaces:
- GroovyExecutableMemberDoc, GroovyMemberDoc, GroovyProgramElementDoc, GroovyDoc
public interface GroovyConstructorDoc extends GroovyExecutableMemberDoc
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
interface GroovyExecutableMemberDoc | flatSignature, isNative, isSynchronized, isVarArgs, parameters, signature, thrownExceptionTypes, thrownExceptions |
interface GroovyMemberDoc | isSynthetic |
interface GroovyProgramElementDoc | annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifierSpecifier, modifiers, qualifiedName |
interface GroovyDoc | commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/groovydoc/GroovyConstructorDoc.html