| Package | Description |
|---|---|
| org.jruby.runtime.backtrace |
| Modifier and Type | Method and Description |
|---|---|
FrameType |
RubyStackTraceElement.getFrameType() |
static FrameType |
FrameType.getInterpreterFrame(java.lang.String methodName) |
static FrameType |
FrameType.getInterpreterFrame(java.lang.String className,
java.lang.String methodName) |
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 klass,
java.lang.String method,
java.lang.String file,
int line,
boolean binding,
FrameType frameType) |
Copyright © 2001-2018 JRuby. All Rights Reserved.