Class PatternParser

    • Field Detail

      • patternLength

        protected int patternLength
      • i

        protected int i
      • pattern

        protected String pattern
    • Constructor Detail

      • PatternParser

        public PatternParser​(String pattern)
    • Method Detail

      • extractOption

        protected String extractOption()
      • extractPrecisionOption

        protected int extractPrecisionOption()
        The option is expected to be in decimal and positive. In case of error, zero is returned.
      • finalizeConverter

        protected void finalizeConverter​(char c)