org.incava.doctorj
Class DoctorJ
java.lang.Object
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 |
DoctorJ
public DoctorJ(java.lang.String[] args)
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)