Package | Description |
---|---|
org.jruby.runtime |
Modifier and Type | Method and Description |
---|---|
Frame |
Frame.capture() |
Frame |
Frame.clear()
Clear the frame, as when the call completes.
|
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 |
Block.getFrame()
Gets the frame.
|
Frame |
Binding.getFrame()
Gets the frame.
|
Frame |
ThreadContext.getNextFrame() |
Frame |
ThreadContext.getPreviousFrame() |
protected Frame |
SharedScopeBlock.pre(ThreadContext context,
RubyModule klass,
Binding binding) |
protected Frame |
MethodBlock.pre(ThreadContext context,
RubyModule klass,
Binding binding) |
protected Frame |
ContextAwareBlockBody.pre(ThreadContext context,
RubyModule klass,
Binding binding) |
protected Frame |
CompiledSharedScopeBlock.pre(ThreadContext context,
RubyModule klass,
Binding binding) |
protected Frame |
CompiledBlockLight19.pre(ThreadContext context,
RubyModule klass,
Binding binding) |
protected Frame |
CompiledBlockLight.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) |
Modifier and Type | Method and Description |
---|---|
protected void |
MethodBlock.post(ThreadContext context,
Binding binding,
Visibility visibility,
Frame lastFrame) |
protected void |
ContextAwareBlockBody.post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame) |
protected void |
CompiledBlockLight19.post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame) |
protected void |
CompiledBlockLight.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 |
Frame.updateFrame(Frame frame)
Update the frame based on information from another frame.
|
Constructor and Description |
---|
Binding(Frame frame,
RubyModule bindingClass,
DynamicScope dynamicScope,
BacktraceElement backtrace) |
Binding(IRubyObject self,
Frame frame,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
BacktraceElement backtrace) |
Copyright © 2001-2016 JRuby. All Rights Reserved.