Package | Description |
---|---|
org.jruby.runtime.backtrace |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,FrameType> |
FrameType.INTERPRETED_FRAMES |
Modifier and Type | Method and Description |
---|---|
FrameType |
RubyStackTraceElement.getFrameType() |
static FrameType |
FrameType.valueOf(java.lang.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(java.lang.String cls,
java.lang.String method,
java.lang.String file,
int line,
boolean binding,
FrameType frameType) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.