Package groovy.lang.groovydoc
Class Groovydoc
java.lang.Object
groovy.lang.groovydoc.Groovydoc
Represents groovydoc
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGroovydoc
(String content, GroovydocHolder groovydocHolder) Groovydoc
(String content, AnnotatedElement annotatedElement) -
Method Summary
-
Field Details
-
EMPTY_GROOVYDOC
-
-
Constructor Details
-
Groovydoc
-
Groovydoc
-
-
Method Details
-
isPresent
public boolean isPresent()Tests if groovydoc is present- Returns:
true
if groovydoc is present
-
getContent
Get the content of groovydoc- Returns:
- the text content
-
getTagList
TODO Get list of groovydoc tags- Returns:
- a list of tags
-
getHolder
Get the holder of the groovydoc- Returns:
- the groovydoc holder
-
equals
-
hashCode
public int hashCode() -
toString
-