Uses of Class
edu.rice.cs.drjava.model.compiler.GJv6Compiler.OurLog

Packages that use GJv6Compiler.OurLog
edu.rice.cs.drjava.model.compiler Contains adaptor code for invoking various Java compilers. 
 

Uses of GJv6Compiler.OurLog in edu.rice.cs.drjava.model.compiler
 

Fields in edu.rice.cs.drjava.model.compiler declared as GJv6Compiler.OurLog
private  GJv6Compiler.OurLog GJv6Compiler._compilerLog
          We need to explicitly make the compiler's log and pass it to JavaCompiler.make() so we can keep a pointer to the log, since the log is not retrievable from the compiler.