|
Groovy 1.8.6 | |||||||
| 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
Stores info about GroovyDoc tags.
| Constructor Summary | |
SimpleGroovyTag(String name, String param, String text)
|
|
| Method Summary | |
|---|---|
String
|
name()
|
String
|
param()
|
String
|
text()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public SimpleGroovyTag(String name, String param, String text)
| Method Detail |
|---|
public String name()
public String param()
public String text()
Copyright © 2003-2012 The Codehaus. All rights reserved.