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() | 
executepublic static Compiler getInstance()
protected ScriptAndCode execute(Ruby runtime, IRScriptBody scope, ClassDefiningClassLoader classLoader)
execute in class IRTranslator<ScriptAndCode,ClassDefiningClassLoader>Copyright © 2001-2015 JRuby. All Rights Reserved.