JP.ac.tsukuba.openjava
Class OldJavaCompiler

java.lang.Object
  |
  +--JP.ac.tsukuba.openjava.OldJavaCompiler
All Implemented Interfaces:
JavaCompiler

public class OldJavaCompiler
extends java.lang.Object
implements JavaCompiler

The class OldJavaCompiler is an adapter for Sun's javac.


Constructor Summary
OldJavaCompiler()
           
 
Method Summary
 void compile(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldJavaCompiler

public OldJavaCompiler()
Method Detail

main

public static void main(java.lang.String[] args)

compile

public void compile(java.lang.String[] args)
Specified by:
compile in interface JavaCompiler