Uses of Class
org.jruby.runtime.ThreadContext.FrameType

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.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.