org.jruby.compiler
Class NewlineNodeCompiler

java.lang.Object
  extended byorg.jruby.compiler.NewlineNodeCompiler
All Implemented Interfaces:
NodeCompiler

public class NewlineNodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
headius

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

NewlineNodeCompiler

public NewlineNodeCompiler()
Creates a new instance of NewlineNodeCompiler

Method Detail

compile

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


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