Represents groovydoc
| Modifiers | Name | Description |
|---|---|---|
static Groovydoc |
EMPTY_GROOVYDOC |
| Constructor and description |
|---|
Groovydoc
(String content, GroovydocHolder groovydocHolder) |
Groovydoc
(String content, AnnotatedElement annotatedElement) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
equals(Object o) |
|
String |
getContent()Get the content of groovydoc |
|
Groovydoc |
getGroovydoc() |
|
GroovydocHolder |
getHolder()Get the holder of the groovydoc |
|
AnnotatedElement |
getInstance() |
|
List<GroovydocTag> |
getTagList() |
|
List<GroovydocTag> |
getTagList()TODO Get list of groovydoc tags |
|
int |
hashCode() |
|
boolean |
isPresent()Tests if groovydoc is present |
|
String |
toString() |
Get the content of groovydoc
Get the holder of the groovydoc
TODO Get list of groovydoc tags
Tests if groovydoc is present
true if groovydoc is presentCopyright © 2003-2020 The Apache Software Foundation. All rights reserved.