|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameType | |
---|---|
org.jruby.runtime.backtrace |
Uses of FrameType in org.jruby.runtime.backtrace |
---|
Fields in org.jruby.runtime.backtrace with type parameters of type FrameType | |
---|---|
static java.util.Map<java.lang.String,FrameType> |
FrameType.INTERPRETED_FRAMES
|
Methods in org.jruby.runtime.backtrace that return FrameType | |
---|---|
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. |
Constructors in org.jruby.runtime.backtrace with parameters of type FrameType | |
---|---|
RubyStackTraceElement(java.lang.String cls,
java.lang.String method,
java.lang.String file,
int line,
boolean binding,
FrameType frameType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |