public class SimpleGroovyConstructorDoc
extends SimpleGroovyExecutableMemberDoc
implements GroovyConstructorDoc
Default GroovyConstructorDoc implementation.
| Fields inherited from class | Fields |
|---|---|
class SimpleGroovyMemberDoc |
belongsToClass |
class SimpleGroovyDoc |
ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, TRAIT_DEF |
| Constructor and description |
|---|
SimpleGroovyConstructorDoc(String name, GroovyClassDoc belongsToClass)Creates a documented constructor owned by the supplied class. |
Creates a documented constructor owned by the supplied class.
name - the constructor namebelongsToClass - the declaring classCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.