Class PatternStringParser.ParsedSubpatternInfo

  • Enclosing class:
    PatternStringParser

    public static class PatternStringParser.ParsedSubpatternInfo
    extends java.lang.Object
    • Field Detail

      • groupingSizes

        public long groupingSizes
      • integerLeadingHashSigns

        public int integerLeadingHashSigns
      • integerTrailingHashSigns

        public int integerTrailingHashSigns
      • integerNumerals

        public int integerNumerals
      • integerAtSigns

        public int integerAtSigns
      • integerTotal

        public int integerTotal
      • fractionNumerals

        public int fractionNumerals
      • fractionHashSigns

        public int fractionHashSigns
      • fractionTotal

        public int fractionTotal
      • hasDecimal

        public boolean hasDecimal
      • widthExceptAffixes

        public int widthExceptAffixes
      • exponentHasPlusSign

        public boolean exponentHasPlusSign
      • exponentZeros

        public int exponentZeros
      • hasPercentSign

        public boolean hasPercentSign
      • hasPerMilleSign

        public boolean hasPerMilleSign
      • hasCurrencySign

        public boolean hasCurrencySign
      • hasCurrencyDecimal

        public boolean hasCurrencyDecimal
      • hasMinusSign

        public boolean hasMinusSign
      • hasPlusSign

        public boolean hasPlusSign
      • prefixEndpoints

        public long prefixEndpoints
      • suffixEndpoints

        public long suffixEndpoints
      • paddingEndpoints

        public long paddingEndpoints
    • Constructor Detail

      • ParsedSubpatternInfo

        public ParsedSubpatternInfo()