com.objectwave.sourceParser
Class CommentParser

java.lang.Object
  |
  +--com.objectwave.sourceParser.CommentParser

public class CommentParser
extends java.lang.Object

Assumes that there is no leading whitespace to the string passed in.

Version:
1.3
Author:
Dave Hoag

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

CommentParser

public CommentParser()
Method Detail

finishParsing

public void finishParsing(java.lang.String comment)
The main entry point.

Parameters:
comment - java.lang.String There is NO leading whitespace on that provided comment.

getDataObject

public ClassElement getDataObject()
getDataObject method comment.


main

public static void main(java.lang.String[] args)
Starts the application.

Parameters:
args - an array of command-line arguments