public class GroovydocTag
extends Object
TODO parse groovydoc to get tag content
| Constructor and description |
|---|
GroovydocTag(String name, String content, Groovydoc groovydoc)Creates a tag backed by the supplied groovydoc. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
equals(Object o){@inheritDoc} |
|
public String |
getContent()Returns the tag content. |
|
public Groovydoc |
getGroovydoc()Returns the owning groovydoc. |
|
public String |
getName()Returns the tag name. |
|
public int |
hashCode(){@inheritDoc} |
|
public String |
toString(){@inheritDoc} |
{@inheritDoc}
Returns the tag content.
Returns the owning groovydoc.
Returns the tag name.
{@inheritDoc}
{@inheritDoc}
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.