| Package | Description |
|---|---|
| org.jruby.runtime | |
| org.jruby.runtime.backtrace |
| Modifier and Type | Field and Description |
|---|---|
private BacktraceElement |
Binding.backtrace |
private BacktraceElement[] |
ThreadContext.backtrace |
| Modifier and Type | Method and Description |
|---|---|
BacktraceElement[] |
ThreadContext.createBacktrace2(int level,
boolean nativeException)
Create an Array with backtrace information.
|
private static BacktraceElement[] |
ThreadContext.fillNewBacktrace(ThreadContext context,
BacktraceElement[] newBacktrace,
int newSize) |
BacktraceElement |
Binding.getBacktrace() |
| Modifier and Type | Method and Description |
|---|---|
private static BacktraceElement[] |
ThreadContext.fillNewBacktrace(ThreadContext context,
BacktraceElement[] newBacktrace,
int newSize) |
| Constructor and Description |
|---|
Binding(Frame frame,
RubyModule bindingClass,
DynamicScope dynamicScope,
BacktraceElement backtrace) |
Binding(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
BacktraceElement backtrace) |
Binding(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
BacktraceElement backtrace,
DynamicScope dummyScope) |
| Modifier and Type | Field and Description |
|---|---|
private BacktraceElement[] |
BacktraceData.rubyTrace |
| Modifier and Type | Method and Description |
|---|---|
BacktraceElement |
BacktraceElement.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BacktraceElement.update(BacktraceElement backtrace,
java.lang.String method,
ISourcePosition position) |
static void |
BacktraceElement.update(BacktraceElement backtrace,
java.lang.String method,
java.lang.String file,
int line) |
| Constructor and Description |
|---|
BacktraceData(java.lang.StackTraceElement[] javaTrace,
BacktraceElement[] rubyTrace,
boolean fullTrace,
boolean maskNative,
boolean includeNonFiltered) |