org.jruby.compiler
Class DVarNodeCompiler

java.lang.Object
  extended by org.jruby.compiler.DVarNodeCompiler
All Implemented Interfaces:
NodeCompiler

public class DVarNodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
headius

Constructor Summary
DVarNodeCompiler()
          Creates a new instance of DVarNodeCompiler
 
Method Summary
 void compile(Node node, Compiler context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVarNodeCompiler

public DVarNodeCompiler()
Creates a new instance of DVarNodeCompiler

Method Detail

compile

public void compile(Node node,
                    Compiler context)
Specified by:
compile in interface NodeCompiler


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