Class SimpleGroovyTag
- java.lang.Object
-
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
-
-
Constructor Summary
Constructors Constructor Description SimpleGroovyTag(String name, String param, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()The tag name, e.g.Stringparam()The optional parameter for tags like "throws" and "param".Stringtext()The text associated with the tag.
-