org.jruby.compiler.yarv
Class StandardYARVCompiler
java.lang.Object
org.jruby.compiler.yarv.StandardYARVCompiler
public class StandardYARVCompiler
- extends java.lang.Object
- Author:
- Ola Bini
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardYARVCompiler
public StandardYARVCompiler(Ruby runtime)
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.