org.eigenbase.javac
Class JaninoCompiler
java.lang.Object
org.eigenbase.javac.JaninoCompiler
- All Implemented Interfaces:
- JavaCompiler
public class JaninoCompiler
- extends Object
- implements JavaCompiler
JaninoCompiler
implements the JavaCompiler
interface by
calling Janino.
- Version:
- $Id: //open/dev/farrago/src/org/eigenbase/javac/JaninoCompiler.java#17 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
private JaninoCompiler.JaninoCompilerArgs args
classLoader
private JaninoCompiler.AccountingClassLoader classLoader
JaninoCompiler
public JaninoCompiler()
compile
public void compile()
- Specified by:
compile
in interface JavaCompiler
compileImpl
private void compileImpl()
getArgs
public JavaCompilerArgs getArgs()
- Specified by:
getArgs
in interface JavaCompiler
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface JavaCompiler
getTotalByteCodeSize
public int getTotalByteCodeSize()
- Specified by:
getTotalByteCodeSize
in interface JavaCompiler