org.incava.javadoc
Class JavadocTaggedNode

java.lang.Object
  extended by org.incava.javadoc.JavadocElement
      extended by org.incava.javadoc.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(java.lang.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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavadocTaggedNode

public JavadocTaggedNode(java.lang.String text,
                         Location start,
                         Location end)
Method Detail

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()