public class TruffleBridgeImpl extends Object implements TruffleBridge
TruffleBridge.BacktraceFormatter
Constructor and Description |
---|
TruffleBridgeImpl(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode) |
void |
init() |
void |
shutdown() |
Object |
toTruffle(IRubyObject object) |
public TruffleBridgeImpl(Ruby runtime)
public void init()
init
in interface TruffleBridge
public Object execute(TranslatorDriver.ParserContext parserContext, Object self, com.oracle.truffle.api.frame.MaterializedFrame parentFrame, RootNode rootNode)
execute
in interface TruffleBridge
public Object toTruffle(IRubyObject object)
toTruffle
in interface TruffleBridge
public void shutdown()
shutdown
in interface TruffleBridge
Copyright © 2001-2015 JRuby. All Rights Reserved.