org.jruby.util
Class ConvertDouble.DoubleConverter

java.lang.Object
  extended by org.jruby.util.ConvertDouble.DoubleConverter
Enclosing class:
ConvertDouble

public static class ConvertDouble.DoubleConverter
extends java.lang.Object


Constructor Summary
ConvertDouble.DoubleConverter()
           
 
Method Summary
 void init(org.jruby.util.ByteList list, boolean isStrict, boolean is19)
           
 double parse(org.jruby.util.ByteList list, boolean strict, boolean is19)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertDouble.DoubleConverter

public ConvertDouble.DoubleConverter()
Method Detail

init

public void init(org.jruby.util.ByteList list,
                 boolean isStrict,
                 boolean is19)

parse

public double parse(org.jruby.util.ByteList list,
                    boolean strict,
                    boolean is19)


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