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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullCompiler
public NullCompiler()
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