public class JaninoCompiler extends Object implements org.apache.calcite.util.javac.JavaCompiler
Modifier and Type | Class and Description |
---|---|
static class |
JaninoCompiler.JaninoCompilerArgs
Arguments to an invocation of the Janino compiler.
|
Modifier and Type | Field and Description |
---|---|
JaninoCompiler.JaninoCompilerArgs |
args |
Constructor and Description |
---|
JaninoCompiler() |
Modifier and Type | Method and Description |
---|---|
void |
compile() |
org.apache.calcite.util.javac.JavaCompilerArgs |
getArgs() |
ClassLoader |
getClassLoader() |
int |
getTotalByteCodeSize() |
public JaninoCompiler.JaninoCompilerArgs args
public void compile()
compile
in interface org.apache.calcite.util.javac.JavaCompiler
public org.apache.calcite.util.javac.JavaCompilerArgs getArgs()
getArgs
in interface org.apache.calcite.util.javac.JavaCompiler
public ClassLoader getClassLoader()
getClassLoader
in interface org.apache.calcite.util.javac.JavaCompiler
public int getTotalByteCodeSize()
getTotalByteCodeSize
in interface org.apache.calcite.util.javac.JavaCompiler
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.