Package | Description |
---|---|
org.jruby.ir.instructions |
Modifier and Type | Class and Description |
---|---|
class |
ArgScopeDepthInstr |
class |
BuildBackrefInstr |
class |
GetEncodingInstr |
class |
LoadFrameClosureInstr
Load the block passed to this scope via the on-heap frame (or similar cross-call structure).
|
class |
LoadImplicitClosureInstr
Load the "implicit" closure for this scope.
|
class |
PushBlockFrameInstr |
class |
ReceiveArgBase |
class |
ReceiveExceptionBase |
class |
ReceiveJRubyExceptionInstr |
class |
ReceiveKeywordArgInstr |
class |
ReceiveKeywordRestArgInstr |
class |
ReceiveOptArgInstr |
class |
ReceivePostReqdArgInstr
This represents a required arg that shows up after optional/rest args
in a method/block parameter list.
|
class |
ReceivePreReqdArgInstr |
class |
ReceiveRestArgInstr |
class |
ReceiveRubyExceptionInstr |
class |
ReceiveSelfInstr |
class |
SaveBindingVisibilityInstr |
Copyright © 2001-2016 JRuby. All Rights Reserved.