| Package | Description |
|---|---|
| org.jruby.ir.instructions | |
| org.jruby.ir.operands |
| Modifier and Type | Method and Description |
|---|---|
abstract Operand[] |
Instr.getOperands() |
Operation |
Instr.getOperation() |
Object |
Instr.interpret(ThreadContext context,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp,
Block block) |
Object |
YieldInstr.interpret(ThreadContext context,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp,
Block block) |
Object |
LoadLocalVarInstr.interpret(ThreadContext context,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp,
Block block) |
int |
Instr.interpretAndGetNewIPC(ThreadContext context,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp,
int ipc) |
boolean |
Instr.isDead() |
| Modifier and Type | Method and Description |
|---|---|
Object |
GlobalVariable.retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
Object |
Operand.retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
Copyright © 2001–2024 JRuby. All rights reserved.