Uses of Class
org.jruby.runtime.backtrace.BacktraceElement
Packages that use BacktraceElement
-
Uses of BacktraceElement in org.jruby.runtime
Fields in org.jruby.runtime declared as BacktraceElementMethods in org.jruby.runtime that return BacktraceElementModifier and TypeMethodDescriptionprivate static BacktraceElement[]ThreadContext.fillNewBacktrace(ThreadContext context, BacktraceElement[] newBacktrace, int newSize) Binding.getBacktrace()Deprecated.Methods 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) Methods in org.jruby.runtime with parameters of type BacktraceElementModifier and TypeMethodDescriptionprivate static BacktraceElement[]ThreadContext.fillNewBacktrace(ThreadContext context, BacktraceElement[] newBacktrace, int newSize) 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 BacktraceElementFields in org.jruby.runtime.backtrace with type parameters of type BacktraceElementMethods in org.jruby.runtime.backtrace that return BacktraceElementMethods in org.jruby.runtime.backtrace with parameters of type BacktraceElementModifier and TypeMethodDescriptionstatic voidBacktraceElement.update(BacktraceElement backtrace, String method, String file, int line)