|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YARVMachine.Instruction | |
---|---|
org.jruby.ast.executable |
Uses of YARVMachine.Instruction in org.jruby.ast.executable |
---|
Fields in org.jruby.ast.executable declared as YARVMachine.Instruction | |
---|---|
YARVMachine.Instruction[] |
YARVMachine.InstructionSequence.body
|
YARVMachine.Instruction[] |
YARVMachine.Instruction.ins_op
|
Methods in org.jruby.ast.executable that return YARVMachine.Instruction | |
---|---|
static YARVMachine.Instruction[] |
YARVMachineTest.getFib(Ruby runtime,
int n)
|
static YARVMachine.Instruction[] |
YARVMachineTest.getSimpleTest(Ruby runtime)
|
Methods in org.jruby.ast.executable with parameters of type YARVMachine.Instruction | |
---|---|
IRubyObject |
YARVMachine.exec(ThreadContext context,
IRubyObject self,
DynamicScope scope,
YARVMachine.Instruction[] bytecodes)
|
IRubyObject |
YARVMachine.exec(ThreadContext context,
IRubyObject self,
StaticScope scope,
YARVMachine.Instruction[] bytecodes)
|
Constructors in org.jruby.ast.executable with parameters of type YARVMachine.Instruction | |
---|---|
YARVMachine.Instruction(int bytecode,
java.lang.String op,
int op1,
YARVMachine.Instruction[] op2,
int op3)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |