|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.SimpleGroovyTag
public class SimpleGroovyTag extends Object implements GroovyTag
Stores info about GroovyDoc tags.
| Constructor and Description |
|---|
SimpleGroovyTag(String name,
String param,
String text)
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The tag name, e.g. |
String |
param()
The optional parameter for tags like "throws" and "param". |
String |
text()
The text associated with the tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleGroovyTag(String name,
String param,
String text)
| Method Detail |
|---|
public String name()
GroovyTag
name in interface GroovyTagpublic String param()
GroovyTag
param in interface GroovyTagpublic String text()
GroovyTag
text in interface GroovyTag
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||