edu.rice.cs.dynamicjava.sourcechecker
Class SourceChecker

java.lang.Object
  extended by edu.rice.cs.dynamicjava.sourcechecker.SourceChecker

public class SourceChecker
extends Object


Constructor Summary
SourceChecker(Options opt, boolean quiet)
           
 
Method Summary
 void check(File... sources)
           
 void check(Iterable<? extends File> sources)
           
 void check(Iterable<? extends File> sources, Iterable<? extends File> classPath)
           
static void main(String... args)
           
 Iterable<CompilationUnit> processed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceChecker

public SourceChecker(Options opt,
                     boolean quiet)
Method Detail

processed

public Iterable<CompilationUnit> processed()

check

public void check(File... sources)
           throws InterpreterException
Throws:
InterpreterException

check

public void check(Iterable<? extends File> sources)
           throws InterpreterException
Throws:
InterpreterException

check

public void check(Iterable<? extends File> sources,
                  Iterable<? extends File> classPath)
           throws InterpreterException
Throws:
InterpreterException

main

public static void main(String... args)