|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadContext.FrameType | |
---|---|
org.jruby.runtime |
Uses of ThreadContext.FrameType in org.jruby.runtime |
---|
Fields in org.jruby.runtime with type parameters of type ThreadContext.FrameType | |
---|---|
static java.util.Map<java.lang.String,ThreadContext.FrameType> |
ThreadContext.INTERPRETED_FRAMES
|
Methods in org.jruby.runtime that return ThreadContext.FrameType | |
---|---|
static ThreadContext.FrameType |
ThreadContext.FrameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ThreadContext.FrameType[] |
ThreadContext.FrameType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |