Searched refs:Compiler (Results 1 – 3 of 3) sorted by relevance
28 assertNull("Incorrect behavior.", Compiler.command(new Object())); in test_commandLjava_lang_Object()37 Compiler.compileClass(Compiler.class); in test_compileClassLjava_lang_Class()46 Compiler.compileClasses("Compiler"); in test_compileClassesLjava_lang_String()53 Compiler.disable(); in test_disable()54 Compiler.compileClass(Compiler.class); in test_disable()61 Compiler.disable(); in test_enable()62 Compiler.enable(); in test_enable()63 Compiler.compileClass(Compiler.class); in test_enable()
32 public final class Compiler { class36 private Compiler() {} // don't make instances in Compiler() method in Compiler
134 "ojluni/src/main/java/java/lang/Compiler.java",