Package com.ibm.icu.impl.number.parse
Class PermilleMatcher
java.lang.Object
com.ibm.icu.impl.number.parse.SymbolMatcher
com.ibm.icu.impl.number.parse.PermilleMatcher
- All Implemented Interfaces:
NumberParseMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.icu.impl.number.parse.NumberParseMatcher
NumberParseMatcher.Flexible
-
Field Summary
FieldsFields 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 PermilleMatcher
getInstance
(DecimalFormatSymbols symbols) protected boolean
isDisabled
(ParsedNumber result) toString()
Methods inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
getSet, match, postProcess, smokeTest
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
PermilleMatcher
-
PermilleMatcher
private PermilleMatcher()
-
-
Method Details
-
getInstance
-
isDisabled
- Specified by:
isDisabled
in classSymbolMatcher
-
accept
- Specified by:
accept
in classSymbolMatcher
-
toString
-