Uses of Enum
org.jruby.runtime.backtrace.TraceType.Gather
Packages that use TraceType.Gather
-
Uses of TraceType.Gather in org.jruby.management
Methods in org.jruby.management with parameters of type TraceType.GatherModifier and TypeMethodDescriptionprivate static voidRuntime.dumpThread(Ruby ruby, RubyThread th, TraceType.Gather gather, PrintWriter pw) Runtime.dumpThreads(TraceType.Gather gather) Dump all the threads that are known to ruby. -
Uses of TraceType.Gather in org.jruby.runtime.backtrace
Fields in org.jruby.runtime.backtrace declared as TraceType.GatherMethods in org.jruby.runtime.backtrace that return TraceType.GatherModifier and TypeMethodDescriptionTraceType.getGather()static TraceType.GatherReturns the enum constant of this type with the specified name.static TraceType.Gather[]TraceType.Gather.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jruby.runtime.backtrace with parameters of type TraceType.Gather