|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Fields in org.jruby.runtime declared as Frame | |
---|---|
protected Frame |
Block.frame
frame of method which defined this block |
protected Frame |
MethodBlock.frame
frame of method which defined this block |
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 |
Block.getFrame()
Gets the frame. |
Frame |
MethodBlock.getFrame()
Gets the frame. |
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 |
Block.createBinding(Frame frame,
DynamicScope dynamicScope)
|
void |
ThreadContext.preRunThread(Frame currentFrame)
|
Constructors in org.jruby.runtime with parameters of type Frame | |
---|---|
Block(IterNode iterNode,
IRubyObject self,
Frame frame,
SinglyLinkedList cref,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope)
|
|
MethodBlock(IRubyObject self,
Frame frame,
SinglyLinkedList cref,
Visibility visibility,
RubyModule klass,
DynamicScope dynamicScope,
Callback callback,
RubyMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |