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