public interface TruffleBridge
Modifier and Type | Interface and Description |
---|---|
static class |
TruffleBridge.BacktraceFormatter |
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) |
void init()
Object execute(TranslatorDriver.ParserContext parserContext, Object self, com.oracle.truffle.api.frame.MaterializedFrame parentFrame, RootNode rootNode)
Object toTruffle(IRubyObject object)
void shutdown()
Copyright © 2001-2015 JRuby. All Rights Reserved.