org.jruby.compiler
Class FloatNodeCompiler

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

public class FloatNodeCompiler
extends java.lang.Object
implements NodeCompiler

Author:
Ola Bini

Constructor Summary
FloatNodeCompiler()
           
 
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

FloatNodeCompiler

public FloatNodeCompiler()
Method Detail

compile

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


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