org.incava.doctorj

Class DoctorJ

public class DoctorJ extends Object

Constructor Summary
DoctorJ(String[] args)
Method Summary
protected voidanalyze(ASTCompilationUnit cu)
intgetExitValue()
protected booleaninitParser(String fileName)
static voidmain(String[] args)
protected ASTCompilationUnitparse(String fileName)
protected voidprocess(String name)
protected voidprocessFile(String fileName)

Constructor Detail

DoctorJ

public DoctorJ(String[] args)

Method Detail

analyze

protected void analyze(ASTCompilationUnit cu)

getExitValue

public int getExitValue()

initParser

protected boolean initParser(String fileName)

main

public static void main(String[] args)

parse

protected ASTCompilationUnit parse(String fileName)

process

protected void process(String name)

processFile

protected void processFile(String fileName)