Package com.ibm.icu.impl.number.parse
Class AffixTokenMatcherFactory
- java.lang.Object
-
- com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
public class AffixTokenMatcherFactory extends java.lang.Object
Small helper class that generates matchers for individual tokens for AffixPatternMatcher.
-
-
Field Summary
Fields Modifier and Type Field Description Currency
currency
IgnorablesMatcher
ignorables
ULocale
locale
int
parseFlags
DecimalFormatSymbols
symbols
-
Constructor Summary
Constructors Constructor Description AffixTokenMatcherFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinedCurrencyMatcher
currency()
IgnorablesMatcher
ignorables()
MinusSignMatcher
minusSign()
PercentMatcher
percent()
PermilleMatcher
permille()
PlusSignMatcher
plusSign()
-
-
-
Field Detail
-
currency
public Currency currency
-
symbols
public DecimalFormatSymbols symbols
-
ignorables
public IgnorablesMatcher ignorables
-
locale
public ULocale locale
-
parseFlags
public int parseFlags
-
-
Method Detail
-
minusSign
public MinusSignMatcher minusSign()
-
plusSign
public PlusSignMatcher plusSign()
-
percent
public PercentMatcher percent()
-
permille
public PermilleMatcher permille()
-
currency
public CombinedCurrencyMatcher currency()
-
ignorables
public IgnorablesMatcher ignorables()
-
-