JP.ac.tsukuba.openjava
Class NullCompiler

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

public class NullCompiler
extends java.lang.Object
implements JavaCompiler

The class NullCompiler does nothing.


Constructor Summary
NullCompiler()
           
 
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

NullCompiler

public NullCompiler()
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