org.jruby.ast.executable
Class RubiniusMachine

java.lang.Object
  extended by org.jruby.ast.executable.RubiniusMachine

public class RubiniusMachine
extends java.lang.Object

Author:
Ola Bini

Field Summary
static RubiniusMachine INSTANCE
           
 
Constructor Summary
RubiniusMachine()
           
 
Method Summary
 IRubyObject exec(ThreadContext context, IRubyObject self, char[] bytecodes, IRubyObject[] literals, IRubyObject[] args)
           
static int getInt(char[] bytecodes, int ix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final RubiniusMachine INSTANCE
Constructor Detail

RubiniusMachine

public RubiniusMachine()
Method Detail

getInt

public static final int getInt(char[] bytecodes,
                               int ix)

exec

public IRubyObject exec(ThreadContext context,
                        IRubyObject self,
                        char[] bytecodes,
                        IRubyObject[] literals,
                        IRubyObject[] args)


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