org.jruby.compiler
Class SplatNodeCompiler

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

public class SplatNodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
headius

Constructor Summary
SplatNodeCompiler()
          Creates a new instance of SplatNodeCompiler
 
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

SplatNodeCompiler

public SplatNodeCompiler()
Creates a new instance of SplatNodeCompiler

Method Detail

compile

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


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