Package com.ibm.icu.impl.number.parse
Class MultiplierParseHandler
java.lang.Object
com.ibm.icu.impl.number.parse.ValidationMatcher
com.ibm.icu.impl.number.parse.MultiplierParseHandler
- All Implemented Interfaces:
NumberParseMatcher
Wraps a
Scale
for use in the number parsing pipeline.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.icu.impl.number.parse.NumberParseMatcher
NumberParseMatcher.Flexible
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(ParsedNumber result) Method called at the end of a parse, after all matchers have failed to consume any more chars.toString()
Methods inherited from class com.ibm.icu.impl.number.parse.ValidationMatcher
match, smokeTest
-
Field Details
-
multiplier
-
-
Constructor Details
-
MultiplierParseHandler
-
-
Method Details
-
postProcess
Description copied from interface:NumberParseMatcher
Method called at the end of a parse, after all matchers have failed to consume any more chars. Allows a matcher to make final modifications to the result given the knowledge that no more matches are possible.- Parameters:
result
- The data structure to store results.
-
toString
-