|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceType.Gather | |
---|---|
org.jruby.runtime.backtrace |
Uses of TraceType.Gather in org.jruby.runtime.backtrace |
---|
Methods in org.jruby.runtime.backtrace that return TraceType.Gather | |
---|---|
static TraceType.Gather |
TraceType.Gather.valueOf(java.lang.String name)
Returns 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. |
Methods in org.jruby.runtime.backtrace with parameters of type TraceType.Gather | |
---|---|
protected static BacktraceData |
TraceType.getBacktrace(ThreadContext context,
TraceType.Gather gather,
boolean nativeException,
boolean full,
boolean maskNative)
|
Constructors in org.jruby.runtime.backtrace with parameters of type TraceType.Gather | |
---|---|
BacktraceData(java.lang.StackTraceElement[] javaTrace,
BacktraceElement[] rubyTrace,
boolean fullTrace,
boolean maskNative,
TraceType.Gather gather)
|
|
TraceType(TraceType.Gather gather,
TraceType.Format format)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |