Uses of Class
org.jruby.runtime.Frame
Packages that use Frame
-
Uses of Frame in org.jruby.runtime
Fields in org.jruby.runtime declared as FrameMethods in org.jruby.runtime that return FrameModifier and TypeMethodDescriptionFrame.capture()Frame.clear()Clear the frame, as when the call completes.Frame.duplicate()Clone this frame.Frame.duplicateForBacktrace()Clone this frame for use in backtraces only (avoiding long-lived references to other elements.ThreadContext.getCurrentFrame()Binding.getFrame()Gets the frame.Block.getFrame()Gets the frame.ThreadContext.getNextFrame()ThreadContext.getPreviousFrame()protected FrameContextAwareBlockBody.pre(ThreadContext context, Block block) ThreadContext.preEvalWithBinding(Binding binding) ThreadContext.preYieldNoScope(Binding binding) ThreadContext.preYieldNoScope(Block block) ThreadContext.preYieldSpecificBlock(Binding binding, StaticScope scope) Methods in org.jruby.runtime with parameters of type FrameModifier and TypeMethodDescriptionprotected voidContextAwareBlockBody.post(ThreadContext context, Block block, Visibility vis, Frame lastFrame) voidThreadContext.postEvalWithBinding(Binding binding, Frame lastFrame) voidvoidThreadContext.postYieldNoScope(Frame lastFrame) voidFrame.updateFrame(Frame frame) Update the frame based on information from another frame.Constructors in org.jruby.runtime with parameters of type FrameModifierConstructorDescriptionBinding(IRubyObject self, Frame frame, Visibility visibility) Binding(IRubyObject self, Frame frame, Visibility visibility, DynamicScope dynamicScope) Binding(IRubyObject self, Frame frame, Visibility visibility, DynamicScope dynamicScope, String method, String filename, int line) Binding(IRubyObject self, Frame frame, Visibility visibility, DynamicScope dynamicScope, BacktraceElement backtrace) Deprecated.Binding(Frame frame, DynamicScope dynamicScope, String method, String filename, int line) Binding(Frame frame, DynamicScope dynamicScope, BacktraceElement backtrace) Deprecated.