JP.ac.tsukuba.openjava
Class NullCompiler

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

public class NullCompiler
extends Object
implements JavaCompiler

The class NullCompiler does nothing.


Constructor Summary
NullCompiler()
           
 
Method Summary
 void compile()
           
 JavaCompilerArgs getArgs()
           
 ClassLoader getClassLoader()
           
static void main(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(String[] args)

compile

public void compile()
Specified by:
compile in interface JavaCompiler

getArgs

public JavaCompilerArgs getArgs()
Specified by:
getArgs in interface JavaCompiler

getClassLoader

public ClassLoader getClassLoader()
Specified by:
getClassLoader in interface JavaCompiler

SourceForge.net_Logo