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 |
Frame.duplicateForBacktrace()
Clone this frame for use in backtraces only (avoiding long-lived
references to other elements. |
Frame |
ThreadContext.getCurrentFrame()
|
Frame |
ThreadContext.getCurrentRubyFrame()
|
Frame |
Binding.getFrame()
Gets the frame. |
Frame |
Block.getFrame()
Gets the frame. |
Frame[] |
ThreadContext.getFrames(int delta)
|
Frame |
ThreadContext.getNextFrame()
|
Frame |
ThreadContext.getPreviousFrame()
|
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 |
ContextAwareBlockBody.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 |
CompiledBlockLight.post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame)
|
protected void |
CompiledBlockLight19.post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame)
|
protected void |
ContextAwareBlockBody.post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame)
|
protected void |
MethodBlock.post(ThreadContext context,
Binding binding,
Visibility visibility,
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[] currentFrames)
|
void |
Frame.updateFrame(Frame frame)
Update the frame based on information from another frame. |