Package | Description |
---|---|
org.jruby.runtime.backtrace |
Modifier and Type | Field and Description |
---|---|
static Map<String,FrameType> |
FrameType.INTERPRETED_FRAMES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FrameType |
RubyStackTraceElement.getFrameType() |
static FrameType |
FrameType.getInterpreterFrame(String methodName) |
static FrameType |
FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameType[] |
FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RubyStackTraceElement(String cls,
String method,
String file,
int line,
boolean binding,
FrameType frameType) |
Copyright © 2001–2016 JRuby. All rights reserved.