Package groovy.lang.groovydoc
Class Groovydoc
java.lang.Object
groovy.lang.groovydoc.Groovydoc
public class Groovydoc
extends java.lang.Object
Represents groovydoc
- 
Field Summary
Fields Modifier and Type Field Description static GroovydocEMPTY_GROOVYDOC - 
Constructor Summary
Constructors Constructor Description Groovydoc(java.lang.String content, GroovydocHolder groovydocHolder)Groovydoc(java.lang.String content, java.lang.reflect.AnnotatedElement annotatedElement) - 
Method Summary
Modifier 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.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Field Details
- 
EMPTY_GROOVYDOC
 
 - 
 - 
Constructor Details
- 
Groovydoc
 - 
Groovydoc
public Groovydoc(java.lang.String content, java.lang.reflect.AnnotatedElement annotatedElement) 
 - 
 - 
Method Details
- 
isPresent
public boolean isPresent()Tests if groovydoc is present- Returns:
 trueif groovydoc is present
 - 
getContent
public java.lang.String 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
public boolean equals(java.lang.Object o)- Overrides:
 equalsin classjava.lang.Object
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classjava.lang.Object
 - 
toString
public java.lang.String toString()- Overrides:
 toStringin classjava.lang.Object
 
 -