org.incava.javadoc

Class JavadocTaggedNode

public class JavadocTaggedNode extends JavadocElement

A tagged element, such as:

Since: 0.1

Constructor Summary
JavadocTaggedNode(String text, Location start, Location end)
Method Summary
JavadocElementgetDescription()
This returns the text following the tag, and including the target.
JavadocElementgetDescriptionNonTarget()
This returns the text following the target.
JavadocTaggetTag()
JavadocElementgetTarget()
Tag targets may be one of three forms:
protected voidparse()

Constructor Detail

JavadocTaggedNode

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

Method Detail

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:

UNKNOWN: An HTML Target "A Quoted Target" Word

parse

protected void parse()