Package | Description |
---|---|
org.jruby.truffle.runtime | |
org.jruby.truffle.runtime.backtrace | |
org.jruby.truffle.runtime.core |
Modifier and Type | Method and Description |
---|---|
static Backtrace |
RubyCallStack.getBacktrace(com.oracle.truffle.api.nodes.Node currentNode) |
Modifier and Type | Method and Description |
---|---|
String[] |
MRIBacktraceFormatter.format(RubyContext context,
RubyException exception,
Backtrace backtrace) |
String[] |
ImplementationDebugBacktraceFormatter.format(RubyContext context,
RubyException exception,
Backtrace backtrace) |
String[] |
DebugBacktraceFormatter.format(RubyContext context,
RubyException exception,
Backtrace backtrace) |
String[] |
BacktraceFormatter.format(RubyContext context,
RubyException exception,
Backtrace backtrace) |
Modifier and Type | Method and Description |
---|---|
Backtrace |
RubyException.getBacktrace() |
Modifier and Type | Method and Description |
---|---|
void |
RubyException.initialize(RubyString message,
Backtrace backtrace) |
Constructor and Description |
---|
RubyException(RubyClass rubyClass,
RubyString message,
Backtrace backtrace) |
Copyright © 2001-2015 JRuby. All Rights Reserved.