Package org.jruby.ir
Class Compiler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScriptAndCodeexecute(Ruby runtime, IRScriptBody scope, ClassDefiningClassLoader classLoader) static Compilerstatic ScriptgetScriptFromClass(Class compiled) Methods inherited from class org.jruby.ir.IRTranslator
execute
-
Constructor Details
-
Compiler
private Compiler()
-
-
Method Details
-
getInstance
-
execute
protected ScriptAndCode execute(Ruby runtime, IRScriptBody scope, ClassDefiningClassLoader classLoader) - Specified by:
executein classIRTranslator<ScriptAndCode,ClassDefiningClassLoader>
-
getScriptFromClass
-