public class Compiler extends IRTranslator<ScriptAndCode,ClassDefiningClassLoader>
| Modifier and Type | Method and Description |
|---|---|
protected ScriptAndCode |
execute(Ruby runtime,
IRScriptBody scope,
ClassDefiningClassLoader classLoader) |
static Compiler |
getInstance() |
static Script |
getScriptFromClass(java.lang.Class compiled) |
executepublic static Compiler getInstance()
protected ScriptAndCode execute(Ruby runtime, IRScriptBody scope, ClassDefiningClassLoader classLoader)
execute in class IRTranslator<ScriptAndCode,ClassDefiningClassLoader>public static Script getScriptFromClass(java.lang.Class compiled)
Copyright © 2001-2022 JRuby. All Rights Reserved.