Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.instructions.specialized | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.NoResultCallInstr(NoResultCallInstr noresultcallinstr) |
Modifier and Type | Class and Description |
---|---|
class |
AttrAssignInstr |
Modifier and Type | Method and Description |
---|---|
static NoResultCallInstr |
NoResultCallInstr.create(CallType callType,
String name,
Operand receiver,
Operand[] args,
Operand closure,
boolean isPotentiallyRefined) |
static NoResultCallInstr |
NoResultCallInstr.decode(IRReaderDecoder d) |
Modifier and Type | Class and Description |
---|---|
class |
OneArgOperandAttrAssignInstr |
class |
OneOperandArgNoBlockNoResultCallInstr |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.NoResultCallInstr(NoResultCallInstr noResultCallInstr) |
Copyright © 2001-2016 JRuby. All Rights Reserved.