[Java] Class SimpleGroovyMemberDoc
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyMemberDoc
- All Implemented Interfaces and Traits:
- GroovyMemberDoc
public class SimpleGroovyMemberDoc extends SimpleGroovyAbstractableElementDoc implements GroovyMemberDoc
Field Summary
| Modifiers | Name | Description |
|---|---|---|
protected GroovyClassDoc | belongsToClass |
| Fields inherited from class | Fields |
|---|---|
class SimpleGroovyDoc | ANNOTATION_DEF, CLASS_DEF, ENUM_DEF, INTERFACE_DEF, TRAIT_DEF |
Constructor Summary
| Constructor and description |
|---|
SimpleGroovyMemberDoc
(String name, GroovyClassDoc belongsToClass) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public String |
commentText() | |
public String |
firstSentenceCommentText() | |
public boolean |
isSynthetic() |
Inherited Methods Summary
Field Detail
protected GroovyClassDoc belongsToClass
Constructor Detail
public SimpleGroovyMemberDoc(String name, GroovyClassDoc belongsToClass)
Method Detail
public String commentText()
public String firstSentenceCommentText()
public boolean isSynthetic()
© 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/SimpleGroovyMemberDoc.html