Uses of Interface
com.ibm.icu.impl.number.parse.NumberParseMatcher
Packages that use NumberParseMatcher
-
Uses of NumberParseMatcher in com.ibm.icu.impl.number.parse
Classes in com.ibm.icu.impl.number.parse that implement NumberParseMatcherModifier and TypeClassDescriptionclass
class
A specialized version ofSeriesMatcher
that matches EITHER a prefix OR a suffix.class
Matches a single code point, performing no other logic.class
Matches a currency, either a custom currency or one from the data bundle.class
class
class
class
class
Wraps aScale
for use in the number parsing pipeline.class
class
class
class
class
class
class
class
class
class
class
Composes a number of matchers, running one after another.class
A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.class
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 NumberParseMatcherModifier and TypeFieldDescriptionprivate final List<NumberParseMatcher>
NumberParserImpl.matchers
protected List<NumberParseMatcher>
SeriesMatcher.matchers
Methods in com.ibm.icu.impl.number.parse with parameters of type NumberParseMatcherModifier and TypeMethodDescriptionvoid
NumberParserImpl.addMatcher
(NumberParseMatcher matcher) void
SeriesMatcher.addMatcher
(NumberParseMatcher matcher) Method parameters in com.ibm.icu.impl.number.parse with type arguments of type NumberParseMatcherModifier and TypeMethodDescriptionvoid
NumberParserImpl.addMatchers
(Collection<? extends NumberParseMatcher> matchers)