public class Compile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Var |
compile |
private static Var |
compile_path |
private static Var |
compiler_options |
private static java.lang.String |
PATH_PROP |
private static java.lang.String |
REFLECTION_WARNING_PROP |
private static Var |
unchecked_math |
private static java.lang.String |
UNCHECKED_MATH_PROP |
private static Var |
warn_on_reflection |
Constructor and Description |
---|
Compile() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
private static final java.lang.String PATH_PROP
private static final java.lang.String REFLECTION_WARNING_PROP
private static final java.lang.String UNCHECKED_MATH_PROP
private static final Var compile_path
private static final Var compile
private static final Var warn_on_reflection
private static final Var unchecked_math
private static final Var compiler_options