Uses of Class
org.jruby.runtime.Frame

Packages that use Frame
org.jruby   
org.jruby.runtime   
 

Uses of Frame in org.jruby
 

Methods in org.jruby that return Frame
 Frame Ruby.getCurrentFrame()
           
 

Uses of Frame in org.jruby.runtime
 

Methods in org.jruby.runtime that return Frame
 Frame Block.getFrame()
          Gets the frame.
 Frame Frame.duplicate()
           
 Frame FrameStack.getPrevious()
           
 Frame ThreadContext.getCurrentFrame()
           
 

Constructors in org.jruby.runtime with parameters of type Frame
Frame(Frame frame)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.