public class MultiplierParseHandler extends ValidationMatcher
Scale for use in the number parsing pipeline.NumberParseMatcher.Flexible| Constructor and Description |
|---|
MultiplierParseHandler(Scale multiplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(ParsedNumber result)
Method called at the end of a parse, after all matchers have failed to consume any more chars.
|
String |
toString() |
match, smokeTestpublic MultiplierParseHandler(Scale multiplier)
public void postProcess(ParsedNumber result)
NumberParseMatcherresult - The data structure to store results.