Class MinusSignMatcher
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MinusSignMatcher
- All Implemented Interfaces:
NumberParseMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface NumberParseMatcher
NumberParseMatcher.Flexible -
Field Summary
Fields inherited from class SymbolMatcher
string, uniSet -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept(StringSegment segment, ParsedNumber result) static MinusSignMatchergetInstance(DecimalFormatSymbols symbols, boolean allowTrailing) protected booleanisDisabled(ParsedNumber result) toString()Methods inherited from class SymbolMatcher
getSet, match, postProcess, smokeTest
-
Method Details
-
getInstance
-
isDisabled
- Specified by:
isDisabledin classSymbolMatcher
-
accept
- Specified by:
acceptin classSymbolMatcher
-
toString
-