Package groovy.lang.groovydoc
Class Groovydoc
- java.lang.Object
- 
- groovy.lang.groovydoc.Groovydoc
 
- 
 public class Groovydoc extends Object Represents groovydoc
- 
- 
Field SummaryFields Modifier and Type Field Description static GroovydocEMPTY_GROOVYDOC
 - 
Constructor SummaryConstructors Constructor Description Groovydoc(String content, GroovydocHolder groovydocHolder)Groovydoc(String content, AnnotatedElement annotatedElement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContent()Get the content of groovydocGroovydocHoldergetHolder()Get the holder of the groovydocList<GroovydocTag>getTagList()TODO Get list of groovydoc tagsinthashCode()booleanisPresent()Tests if groovydoc is presentStringtoString()
 
- 
- 
- 
Field Detail- 
EMPTY_GROOVYDOCpublic static final Groovydoc EMPTY_GROOVYDOC 
 
- 
 - 
Constructor Detail- 
Groovydocpublic Groovydoc(String content, GroovydocHolder groovydocHolder) 
 - 
Groovydocpublic Groovydoc(String content, AnnotatedElement annotatedElement) 
 
- 
 - 
Method Detail- 
isPresentpublic boolean isPresent() Tests if groovydoc is present- Returns:
- trueif groovydoc is present
 
 - 
getContentpublic String getContent() Get the content of groovydoc- Returns:
- the text content
 
 - 
getTagListpublic List<GroovydocTag> getTagList() TODO Get list of groovydoc tags- Returns:
- a list of tags
 
 - 
getHolderpublic GroovydocHolder getHolder() Get the holder of the groovydoc- Returns:
- the groovydoc holder
 
 
- 
 
-