org.incava.javadoc
Class JavadocTaggedNode
java.lang.Object
org.incava.javadoc.JavadocElement
org.incava.javadoc.JavadocTaggedNode
public class JavadocTaggedNode
- extends JavadocElement
A tagged element, such as:
- Since:
- 0.1
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JavadocTaggedNode
public JavadocTaggedNode(java.lang.String text,
Location start,
Location end)
getTag
public JavadocTag getTag()
getTarget
public JavadocElement getTarget()
- Tag targets may be one of three forms:
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.
parse
protected void parse()