Uses of Interface
openjava.ojc.JavaCompiler

Packages that use JavaCompiler
JP.ac.tsukuba.openjava   
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
openjava.ojc   
 

Uses of JavaCompiler in JP.ac.tsukuba.openjava
 

Classes in JP.ac.tsukuba.openjava that implement JavaCompiler
 class NullCompiler
          The class NullCompiler does nothing.
 class OldJavaCompiler
          The class OldJavaCompiler is an adapter for Sun's javac.
 class SunJavaCompiler
          The class SunJavaCompiler is an adapter for Sun's javac.
 class SunLibCompiler
          The class SunLibCompiler is an adapter for the compiler which invokes Sun's library javac.
 

Uses of JavaCompiler in openjava.mop
 

Methods in openjava.mop that return JavaCompiler
static JavaCompiler OJSystem.getJavaCompiler()
          internal use only
 

Methods in openjava.mop with parameters of type JavaCompiler
static void OJSystem.setJavaCompiler(JavaCompiler c)
          internal use only
 

Uses of JavaCompiler in openjava.ojc
 

Methods in openjava.ojc that return JavaCompiler
 JavaCompiler CommandArguments2.getJavaCompiler()
           
 JavaCompiler CommandArguments.getJavaCompiler()