org.jruby.compiler
Class Colon2NodeCompiler

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

public class Colon2NodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
Ola Bini

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

Colon2NodeCompiler

public Colon2NodeCompiler()
Creates a new instance of Colon2NodeCompiler

Method Detail

compile

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


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