org.jruby.ast.executable
Class YARVCompiledRunner

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

public class YARVCompiledRunner
extends java.lang.Object

Author:
Ola Bini

Constructor Summary
YARVCompiledRunner(Ruby runtime, java.io.Reader reader, java.lang.String filename)
           
YARVCompiledRunner(Ruby runtime, YARVMachine.InstructionSequence iseq)
           
 
Method Summary
 IRubyObject run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YARVCompiledRunner

public YARVCompiledRunner(Ruby runtime,
                          java.io.Reader reader,
                          java.lang.String filename)

YARVCompiledRunner

public YARVCompiledRunner(Ruby runtime,
                          YARVMachine.InstructionSequence iseq)
Method Detail

run

public IRubyObject run()


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