org.incava.doctorj
Class DoctorJ

java.lang.Object
  extended by org.incava.doctorj.DoctorJ

public class DoctorJ
extends java.lang.Object


Constructor Summary
DoctorJ(java.lang.String[] args)
           
 
Method Summary
protected  void analyze(ASTCompilationUnit cu)
           
 int getExitValue()
           
protected  boolean initParser(java.lang.String fileName)
           
static void main(java.lang.String[] args)
           
protected  ASTCompilationUnit parse(java.lang.String fileName)
           
protected  void process(java.lang.String name)
           
protected  void processFile(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoctorJ

public DoctorJ(java.lang.String[] args)
Method Detail

getExitValue

public int getExitValue()

process

protected void process(java.lang.String name)

processFile

protected void processFile(java.lang.String fileName)

initParser

protected boolean initParser(java.lang.String fileName)

parse

protected ASTCompilationUnit parse(java.lang.String fileName)

analyze

protected void analyze(ASTCompilationUnit cu)

main

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