[Java] Class SimpleGroovyAbstractableElementDoc
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyAbstractableElementDoc
public class SimpleGroovyAbstractableElementDoc extends SimpleGroovyProgramElementDoc
Fields inherited from class | Fields |
---|---|
class SimpleGroovyDoc | ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, TRAIT_DEF |
Constructor Summary
Constructor and description |
---|
SimpleGroovyAbstractableElementDoc
(String name) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
isAbstract() | |
public void |
setAbstract(boolean b) |
Inherited Methods Summary
Constructor Detail
public SimpleGroovyAbstractableElementDoc(String name)
Method Detail
public boolean isAbstract()
public void setAbstract(boolean b)
© 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/SimpleGroovyAbstractableElementDoc.html