Class SimpleGroovyTag
- java.lang.Object
- 
- org.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
 
- 
- 
Constructor SummaryConstructors Constructor Description SimpleGroovyTag(String name, String param, String text)
 - 
Method SummaryAll 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.
 
-