org.incava.javadoc
Class JavadocNode
java.lang.Object
org.incava.javadoc.JavadocNode
public class JavadocNode
- extends java.lang.Object
Represents a Javadoc element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavadocNode
public JavadocNode()
parse
public static JavadocNode parse(java.lang.String text,
int startLine,
int startColumn)
- Parses itself from the given text.
getDescription
public JavadocDescriptionNode getDescription()
getTaggedComments
public JavadocTaggedNode[] getTaggedComments()
getStartLine
public int getStartLine()
getStartColumn
public int getStartColumn()
getEndLine
public int getEndLine()
getEndColumn
public int getEndColumn()