org.jruby.compiler
Class ModuleNodeCompiler

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

public class ModuleNodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
headius

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

ModuleNodeCompiler

public ModuleNodeCompiler()
Creates a new instance of ModuleNodeCompiler

Method Detail

compile

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


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