Uses of Interface
com.ibm.icu.impl.number.parse.NumberParseMatcher
-
Packages that use NumberParseMatcher Package Description com.ibm.icu.impl.number.parse -
-
Uses of NumberParseMatcher in com.ibm.icu.impl.number.parse
Classes in com.ibm.icu.impl.number.parse that implement NumberParseMatcher Modifier and Type Class Description class
AffixMatcher
class
AffixPatternMatcher
A specialized version ofSeriesMatcher
that matches EITHER a prefix OR a suffix.class
CodePointMatcher
Matches a single code point, performing no other logic.class
CombinedCurrencyMatcher
Matches a currency, either a custom currency or one from the data bundle.class
DecimalMatcher
class
IgnorablesMatcher
class
InfinityMatcher
class
MinusSignMatcher
class
MultiplierParseHandler
Wraps aScale
for use in the number parsing pipeline.class
NanMatcher
class
PaddingMatcher
class
PercentMatcher
class
PermilleMatcher
class
PlusSignMatcher
class
RequireAffixValidator
class
RequireCurrencyValidator
class
RequireDecimalSeparatorValidator
class
RequireNumberValidator
class
ScientificMatcher
class
SeriesMatcher
Composes a number of matchers, running one after another.class
SymbolMatcher
A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.class
ValidationMatcher
A Matcher used only for post-process validation, not for consuming characters at runtime.Fields in com.ibm.icu.impl.number.parse with type parameters of type NumberParseMatcher Modifier and Type Field Description private java.util.List<NumberParseMatcher>
NumberParserImpl. matchers
protected java.util.List<NumberParseMatcher>
SeriesMatcher. matchers
Methods in com.ibm.icu.impl.number.parse with parameters of type NumberParseMatcher Modifier and Type Method Description void
NumberParserImpl. addMatcher(NumberParseMatcher matcher)
void
SeriesMatcher. addMatcher(NumberParseMatcher matcher)
Method parameters in com.ibm.icu.impl.number.parse with type arguments of type NumberParseMatcher Modifier and Type Method Description void
NumberParserImpl. addMatchers(java.util.Collection<? extends NumberParseMatcher> matchers)
-