|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.sourceParser.CommentParser
Assumes that there is no leading whitespace to the string passed in.
| Constructor Summary | |
CommentParser()
|
|
| Method Summary | |
void |
finishParsing(java.lang.String comment)
The main entry point. |
ClassElement |
getDataObject()
getDataObject method comment. |
static void |
main(java.lang.String[] args)
Starts the application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommentParser()
| Method Detail |
public void finishParsing(java.lang.String comment)
comment - java.lang.String There is NO leading whitespace on that provided comment.public ClassElement getDataObject()
public static void main(java.lang.String[] args)
args - an array of command-line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||