Package com.ibm.icu.impl.number.parse
Class IgnorablesMatcher
java.lang.Object
com.ibm.icu.impl.number.parse.SymbolMatcher
com.ibm.icu.impl.number.parse.IgnorablesMatcher
- All Implemented Interfaces:
NumberParseMatcher
,NumberParseMatcher.Flexible
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.icu.impl.number.parse.NumberParseMatcher
NumberParseMatcher.Flexible
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IgnorablesMatcher
private static final IgnorablesMatcher
private static final IgnorablesMatcher
Fields inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
string, uniSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
accept
(StringSegment segment, ParsedNumber result) static IgnorablesMatcher
getInstance
(int parseFlags) protected boolean
isDisabled
(ParsedNumber result) toString()
Methods inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
getSet, match, postProcess, smokeTest
-
Field Details
-
DEFAULT
-
STRICT
-
JAVA_COMPATIBILITY
-
-
Constructor Details
-
IgnorablesMatcher
-
-
Method Details
-
getInstance
-
isDisabled
- Specified by:
isDisabled
in classSymbolMatcher
-
accept
- Specified by:
accept
in classSymbolMatcher
-
toString
-