Package org.apache.calcite.util.javac
Interface JavaCompiler
- All Known Implementing Classes:
- JaninoCompiler
public interface JavaCompiler
The interface 
JavaCompiler represents an interface to invoke a
 regular Java compiler. Classes implementing this interface should accept the
 same arguments as Sun's javac.- 
Method Details- 
compilevoid compile()
- 
getArgsJavaCompilerArgs getArgs()
- 
getClassLoaderClassLoader getClassLoader()
- 
getTotalByteCodeSizeint getTotalByteCodeSize()
 
-