Uses of Class
org.jruby.runtime.backtrace.BacktraceElement
Packages that use BacktraceElement
-
Uses of BacktraceElement in org.jruby.runtime
Methods in org.jruby.runtime that return BacktraceElementMethods in org.jruby.runtime that return types with arguments of type BacktraceElementModifier and TypeMethodDescriptionThreadContext.getBacktrace()
Create a snapshot Array with current backtrace information.final Stream
<BacktraceElement> ThreadContext.getBacktrace
(int level) Constructors in org.jruby.runtime with parameters of type BacktraceElementModifierConstructorDescriptionBinding
(IRubyObject self, Frame frame, Visibility visibility, DynamicScope dynamicScope, BacktraceElement backtrace) Deprecated.Binding
(Frame frame, DynamicScope dynamicScope, BacktraceElement backtrace) Deprecated. -
Uses of BacktraceElement in org.jruby.runtime.backtrace
Fields in org.jruby.runtime.backtrace declared as BacktraceElementMethods in org.jruby.runtime.backtrace that return BacktraceElementMethods in org.jruby.runtime.backtrace with parameters of type BacktraceElementModifier and TypeMethodDescriptionstatic void
BacktraceElement.update
(BacktraceElement backtrace, String method, String file, int line)