org.incava.javadoc

Class JavadocTaggedNode


public class JavadocTaggedNode
extends JavadocElement

A tagged element, such as:
Since:
0.1

Field Summary

Fields inherited from class org.incava.javadoc.JavadocElement

end, start, text

Constructor Summary

JavadocTaggedNode(String text, Location start, Location end)

Method Summary

JavadocElement
getDescription()
This returns the text following the tag, and including the target.
JavadocElement
getDescriptionNonTarget()
This returns the text following the target.
JavadocTag
getTag()
JavadocElement
getTarget()
Tag targets may be one of three forms:
protected void
parse()

Methods inherited from class org.incava.javadoc.JavadocElement

equals, equals, toString

Constructor Details

JavadocTaggedNode

public JavadocTaggedNode(String text,
                         Location start,
                         Location end)

Method Details

getDescription

public JavadocElement getDescription()
This returns the text following the tag, and including the target.

getDescriptionNonTarget

public JavadocElement getDescriptionNonTarget()
This returns the text following the target.

getTag

public JavadocTag getTag()

getTarget

public JavadocElement getTarget()
Tag targets may be one of three forms:

parse

protected void parse()