Package | Description |
---|---|
org.jruby.runtime | |
org.jruby.runtime.backtrace |
Modifier and Type | Method and Description |
---|---|
BacktraceElement[] |
ThreadContext.createBacktrace2(int level,
boolean nativeException)
Create an Array with backtrace information.
|
BacktraceElement |
Binding.getBacktrace() |
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) |
Modifier and Type | Method and Description |
---|---|
BacktraceElement |
BacktraceElement.clone() |
Modifier and Type | Method and Description |
---|---|
static void |
BacktraceElement.update(BacktraceElement backtrace,
String method,
ISourcePosition position) |
static void |
BacktraceElement.update(BacktraceElement backtrace,
String method,
String file,
int line) |
Constructor and Description |
---|
BacktraceData(StackTraceElement[] javaTrace,
BacktraceElement[] rubyTrace,
boolean fullTrace,
boolean maskNative,
boolean includeNonFiltered) |
Copyright © 2001-2016 JRuby. All Rights Reserved.