Package groovy.lang.groovydoc
Class Groovydoc
java.lang.Object
groovy.lang.groovydoc.Groovydoc
Represents groovydoc
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGroovydoc(String content, GroovydocHolder groovydocHolder) Groovydoc(String content, AnnotatedElement annotatedElement) 
- 
Method Summary
- 
Field Details- 
EMPTY_GROOVYDOC
 
- 
- 
Constructor Details- 
Groovydoc
- 
Groovydoc
 
- 
- 
Method Details- 
isPresentpublic boolean isPresent()Tests if groovydoc is present- Returns:
- trueif groovydoc is present
 
- 
getContentGet the content of groovydoc- Returns:
- the text content
 
- 
getTagListTODO Get list of groovydoc tags- Returns:
- a list of tags
 
- 
getHolderGet the holder of the groovydoc- Returns:
- the groovydoc holder
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-