Package | Description |
---|---|
org.jruby.runtime.backtrace |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static BacktraceData |
TraceType.getBacktrace(ThreadContext context,
TraceType.Gather gather,
boolean nativeException,
boolean full,
boolean maskNative) |
Constructor and Description |
---|
BacktraceData(java.lang.StackTraceElement[] javaTrace,
BacktraceElement[] rubyTrace,
boolean fullTrace,
boolean maskNative,
TraceType.Gather gather) |
TraceType(TraceType.Gather gather,
TraceType.Format format) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.