Package | Description |
---|---|
org.jruby.ir.instructions | |
org.jruby.ir.instructions.specialized | |
org.jruby.ir.targets |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDerefInstr
Instruction representing Ruby code of the form: "a['str']"
which is equivalent to: a.[]('str').
|
class |
AsStringInstr |
class |
AttrAssignInstr |
class |
BuildLambdaInstr |
class |
CallBase |
class |
CallInstr |
class |
ClassSuperInstr |
class |
EQQInstr |
class |
InstanceSuperInstr |
class |
MatchInstr |
class |
NoResultCallInstr |
class |
UnresolvedSuperInstr |
class |
ZSuperInstr |
Modifier and Type | Class and Description |
---|---|
class |
OneArgOperandAttrAssignInstr |
class |
OneFixnumArgNoBlockCallInstr |
class |
OneFloatArgNoBlockCallInstr |
class |
OneOperandArgBlockCallInstr |
class |
OneOperandArgNoBlockCallInstr |
class |
OneOperandArgNoBlockNoResultCallInstr |
class |
TwoOperandArgNoBlockCallInstr |
class |
ZeroOperandArgNoBlockCallInstr |
Modifier and Type | Method and Description |
---|---|
static IRBytecodeAdapter.BlockPassType |
IRBytecodeAdapter.BlockPassType.fromIR(ClosureAcceptingInstr callInstr) |
Copyright © 2001-2020 JRuby. All Rights Reserved.