logic
Class JavaParser

java.lang.Object
  extended by logic.JavaParser

public class JavaParser
extends java.lang.Object


Constructor Summary
JavaParser(java.io.File file)
          This class creates a code hierarchy from java source files
 
Method Summary
 CodeItem getCodeItem()
           
 java.lang.String getSourceCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaParser

public JavaParser(java.io.File file)
This class creates a code hierarchy from java source files

Parameters:
inputStream - a text file input stream
Method Detail

getCodeItem

public CodeItem getCodeItem()

getSourceCode

public java.lang.String getSourceCode()