Package groovy.lang.groovydoc
Class GroovydocTag
java.lang.Object
groovy.lang.groovydoc.GroovydocTag
TODO parse groovydoc to get tag content
-
Constructor Summary
ConstructorsConstructorDescriptionGroovydocTag(String name, String content, Groovydoc groovydoc) Creates a tag backed by the supplied groovydoc. -
Method Summary
-
Constructor Details
-
GroovydocTag
Creates a tag backed by the supplied groovydoc.- Parameters:
name- the tag name without the leading@content- the tag bodygroovydoc- the owning groovydoc
-
-
Method Details
-
getName
Returns the tag name.- Returns:
- the tag name
-
getContent
Returns the tag content.- Returns:
- the tag content
-
getGroovydoc
Returns the owning groovydoc.- Returns:
- the owning groovydoc
-
equals
-
hashCode
public int hashCode() -
toString
-