Class ConvertDouble.DoubleConverter

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

public static class ConvertDouble.DoubleConverter extends Object
  • Constructor Details

    • DoubleConverter

      public DoubleConverter()
  • Method Details

    • init

      public void init(ByteList list, boolean isStrict)
    • parse

      public double parse(ByteList list, boolean strict, boolean is19)
      Everything runs in 1.9+ mode now, so the `is19` parameter is vestigial. However, in order to maintain binary compatibility with extensions we can't just change the signature either.