org.jruby.compiler.yarv
Class StandardYARVCompiler

java.lang.Object
  extended by org.jruby.compiler.yarv.StandardYARVCompiler

public class StandardYARVCompiler
extends java.lang.Object

Author:
Ola Bini

Constructor Summary
StandardYARVCompiler(Ruby runtime)
           
 
Method Summary
 void compile(Node node)
           
 void compile(Node node, java.lang.Compiler context)
           
 YARVMachine.InstructionSequence getInstructionSequence(java.lang.String name, java.lang.String filename, java.lang.String level)
           
 void iseq_compile(IRubyObject self, Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardYARVCompiler

public StandardYARVCompiler(Ruby runtime)
Method Detail

compile

public void compile(Node node)

compile

public void compile(Node node,
                    java.lang.Compiler context)

iseq_compile

public void iseq_compile(IRubyObject self,
                         Node node)

getInstructionSequence

public YARVMachine.InstructionSequence getInstructionSequence(java.lang.String name,
                                                              java.lang.String filename,
                                                              java.lang.String level)


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