org.incava.doctorj

Class DoctorJ


public class DoctorJ
extends java.lang.Object

Constructor Summary

DoctorJ(String[] args)

Method Summary

protected void
analyze(net.sourceforge.pmd.ast.ASTCompilationUnit cu)
int
getExitValue()
protected boolean
initParser(String fileName)
static void
main(String[] args)
protected net.sourceforge.pmd.ast.ASTCompilationUnit
parse(String fileName)
protected void
process(String name)
protected void
processFile(String fileName)

Constructor Details

DoctorJ

public DoctorJ(String[] args)

Method Details

analyze

protected void analyze(net.sourceforge.pmd.ast.ASTCompilationUnit cu)

getExitValue

public int getExitValue()

initParser

protected boolean initParser(String fileName)

main

public static void main(String[] args)

parse

protected net.sourceforge.pmd.ast.ASTCompilationUnit parse(String fileName)

process

protected void process(String name)

processFile

protected void processFile(String fileName)