|
All Packages Class Hierarchy This Package Previous Next Index Class java.lang.Compilerjava.lang.Object | +----java.lang.Compiler
Compiler class is provided to support
Java-to-native-code compilers and related services. By design, the
Compiler class does nothing; it serves as a
placeholder for a JIT compiler implementation.
When the Java Virtual Machine first starts, it determines if the
system property If no compiler is available, these methods do nothing.
compileClasspublic static native boolean compileClass(Class clazz)
public static native boolean compileClasses(String string)
public static native Object command(Object any)
public static native void enable()
public static native void disable()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |