Uses of Class
org.jruby.ast.executable.YARVMachine.Instruction

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.getSimpleTest(Ruby runtime)
           
static YARVMachine.Instruction[] YARVMachineTest.getFib(Ruby runtime, int n)
           
 

Methods in org.jruby.ast.executable with parameters of type YARVMachine.Instruction
 IRubyObject YARVMachine.exec(ThreadContext context, IRubyObject self, StaticScope scope, YARVMachine.Instruction[] bytecodes)
           
 IRubyObject YARVMachine.exec(ThreadContext context, IRubyObject self, DynamicScope 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)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.