Class MultiplierParseHandler
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ValidationMatcher
org.graalvm.shadowed.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 NumberParseMatcher
NumberParseMatcher.Flexible -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(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 ValidationMatcher
match, smokeTest
-
Constructor Details
-
MultiplierParseHandler
-
-
Method Details
-
postProcess
Description copied from interface:NumberParseMatcherMethod 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
-