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