public class SimpleGroovyAbstractableElementDoc
extends SimpleGroovyProgramElementDoc
Base implementation for documented elements that can carry the abstract modifier.
| Fields inherited from class | Fields |
|---|---|
class SimpleGroovyDoc |
ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, TRAIT_DEF |
| Constructor and description |
|---|
SimpleGroovyAbstractableElementDoc(String name)Creates a documented element with the supplied name. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isAbstract()Indicates whether this element is abstract. |
|
public void |
setAbstract(boolean b)Sets whether this element is abstract. |
Creates a documented element with the supplied name.
name - the element nameCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.