Package groovy.lang.groovydoc
Class Groovydoc
java.lang.Object
groovy.lang.groovydoc.Groovydoc
public class Groovydoc
extends java.lang.Object
Represents groovydoc
- 
Field SummaryFields Modifier and Type Field Description static GroovydocEMPTY_GROOVYDOC
- 
Constructor SummaryConstructors Constructor Description Groovydoc(java.lang.String content, GroovydocHolder groovydocHolder)Groovydoc(java.lang.String content, java.lang.reflect.AnnotatedElement annotatedElement)
- 
Method SummaryModifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetContent()Get the content of groovydocGroovydocHoldergetHolder()Get the holder of the groovydocjava.util.List<GroovydocTag>getTagList()TODO Get list of groovydoc tagsinthashCode()booleanisPresent()Tests if groovydoc is presentjava.lang.StringtoString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
- 
Field Details- 
EMPTY_GROOVYDOC
 
- 
- 
Constructor Details- 
Groovydoc
- 
Groovydocpublic Groovydoc(java.lang.String content, java.lang.reflect.AnnotatedElement annotatedElement)
 
- 
- 
Method Details- 
isPresentpublic boolean isPresent()Tests if groovydoc is present- Returns:
- trueif groovydoc is present
 
- 
getContentpublic java.lang.String getContent()Get 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
 
- 
equalspublic boolean equals(java.lang.Object o)- Overrides:
- equalsin class- java.lang.Object
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- java.lang.Object
 
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Object
 
 
-