org.incava.javadoc
Class JavadocTaggedNode
public class JavadocTaggedNode
A tagged element, such as:
JavadocTaggedNode
public JavadocTaggedNode(String text,
Location start,
Location end)
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.
getTarget
public JavadocElement getTarget()
Tag targets may be one of three forms:
parse
protected void parse()