Uses of Class
org.jruby.RubyThread.Location
Packages that use RubyThread.Location
-
Uses of RubyThread.Location in org.jruby
Methods in org.jruby that return RubyThread.LocationModifier and TypeMethodDescriptionstatic RubyThread.Location
RubyThread.Location.newLocation
(Ruby runtime, RubyStackTraceElement elt) -
Uses of RubyThread.Location in org.jruby.runtime
Method parameters in org.jruby.runtime with type arguments of type RubyThread.LocationModifier and TypeMethodDescriptionvoid
ThreadContext.eachCallerLocation
(Stream<com.headius.backport9.stack.StackWalker.StackFrame> stackStream, Consumer<RubyThread.Location> consumer) LikeThreadContext.createCallerLocations(int, Integer, Stream)
but accepts a lambda to yield each location and yields all stack elements until the loop ends or is broken early.