Package | Description |
---|---|
org.jruby.ir.instructions | |
org.jruby.ir.operands |
Modifier and Type | Method and Description |
---|---|
abstract Operand[] |
Instr.getOperands() |
Operation |
Instr.getOperation() |
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) |
Object |
Instr.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 |
Operand.retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
Object |
GlobalVariable.retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
Copyright © 2001-2016 JRuby. All Rights Reserved.