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 TypeClassDescriptionclassclassA specialized version ofSeriesMatcherthat matches EITHER a prefix OR a suffix.classclassMatches a single code point, performing no other logic.classMatches a currency, either a custom currency or one from the data bundle.classclassclassclassclassWraps aScalefor use in the number parsing pipeline.classclassclassclassclassclassclassclassclassclassclassComposes a number of matchers, running one after another.classA base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.classA 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.matchersprotected List<NumberParseMatcher> SeriesMatcher.matchersMethods in com.ibm.icu.impl.number.parse with parameters of type NumberParseMatcherModifier and TypeMethodDescriptionvoidNumberParserImpl.addMatcher(NumberParseMatcher matcher) voidSeriesMatcher.addMatcher(NumberParseMatcher matcher) Method parameters in com.ibm.icu.impl.number.parse with type arguments of type NumberParseMatcherModifier and TypeMethodDescriptionvoidNumberParserImpl.addMatchers(Collection<? extends NumberParseMatcher> matchers)