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 with parameters of type Frame
 void RubyException.setBacktraceFrames(Frame[] backtraceFrames)
           
 

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()
           
 Frame ThreadContext.getCurrentFrame()
           
 Frame Binding.getFrame()
          Gets the frame.
 Frame Block.getFrame()
          Gets the frame.
 Frame ThreadContext.getNextFrame()
           
 Frame ThreadContext.getPreviousFrame()
           
 

Methods in org.jruby.runtime with parameters of type Frame
static IRubyObject ThreadContext.createBacktraceFromFrames(Ruby runtime, Frame[] backtraceFrames)
          Create an Array with backtrace information.
static Block CompiledBlock.newCompiledClosure(IRubyObject self, Frame frame, Visibility visibility, RubyModule klass, DynamicScope dynamicScope, Arity arity, StaticScope scope, CompiledBlockCallback callback, boolean hasMultipleArgsHead, int argumentType)
           
static Block CompiledBlockLight.newCompiledClosureLight(IRubyObject self, Frame frame, Visibility visibility, RubyModule klass, DynamicScope dynamicScope, Arity arity, StaticScope scope, CompiledBlockCallback callback, boolean hasMultipleArgsHead, int argumentType)
           
static Block InterpretedBlock.newInterpretedClosure(IterNode iterNode, IRubyObject self, Arity arity, Frame frame, Visibility visibility, RubyModule klass, DynamicScope dynamicScope)
           
 void ThreadContext.preRunThread(Frame currentFrame)
           
 void Frame.updateFrame(Frame frame)
           
 

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



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