Uses of Class
org.jruby.runtime.Frame

Packages that use Frame
org.jruby.runtime   
 

Uses of Frame in org.jruby.runtime
 

Methods in org.jruby.runtime that return Frame
 Frame[] ThreadContext.createBacktrace(int level, boolean nativeException)
          Create an Array with backtrace information.
 Frame Frame.duplicate()
          Clone this frame.
 Frame ThreadContext.getCurrentFrame()
           
 Frame ThreadContext.getCurrentRubyFrame()
           
 Frame Binding.getFrame()
          Gets the frame.
 Frame Block.getFrame()
          Gets the frame.
 Frame ThreadContext.getNextFrame()
           
 Frame ThreadContext.getPreviousFrame()
           
protected  Frame CompiledBlock.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame CompiledBlock19.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame CompiledBlockLight.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame CompiledBlockLight19.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame CompiledSharedScopeBlock.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame Interpreted19Block.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame InterpretedBlock.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame MethodBlock.pre(ThreadContext context, RubyModule klass, Binding binding)
           
protected  Frame SharedScopeBlock.pre(ThreadContext context, RubyModule klass, Binding binding)
           
 Frame ThreadContext.preEvalWithBinding(Binding binding)
           
 Frame ThreadContext.preForBlock(Binding binding, RubyModule klass)
           
 Frame ThreadContext.preYieldLightBlock(Binding binding, DynamicScope emptyScope, RubyModule klass)
           
 Frame ThreadContext.preYieldNoScope(Binding binding, RubyModule klass)
           
 Frame ThreadContext.preYieldSpecificBlock(Binding binding, StaticScope scope, RubyModule klass)
           
 

Methods in org.jruby.runtime with parameters of type Frame
protected  void MethodBlock.post(ThreadContext context, Binding binding, Frame lastFrame)
           
protected  void CompiledBlock.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
protected  void CompiledBlock19.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
protected  void CompiledBlockLight.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
protected  void CompiledBlockLight19.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
protected  void Interpreted19Block.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
protected  void InterpretedBlock.post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
           
 void ThreadContext.postEvalWithBinding(Binding binding, Frame lastFrame)
           
 void ThreadContext.postYield(Binding binding, Frame lastFrame)
           
 void ThreadContext.postYieldLight(Binding binding, Frame lastFrame)
           
 void ThreadContext.postYieldNoScope(Frame lastFrame)
           
 void ThreadContext.preRunThread(Frame currentFrame)
           
 void ThreadContext.setFileAndLine(Frame frame)
           
 void Frame.updateFrame(Frame frame)
          Update the frame based on information from another frame.
 

Constructors in org.jruby.runtime with parameters of type Frame
Binding(Frame frame, RubyModule bindingClass, DynamicScope dynamicScope, java.lang.String file, int line)
           
Binding(IRubyObject self, Frame frame, Visibility visibility, RubyModule klass, DynamicScope dynamicScope, java.lang.String file, int line)
           
 



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