Package com.ibm.icu.impl.number.parse
Class PaddingMatcher
- java.lang.Object
-
- com.ibm.icu.impl.number.parse.SymbolMatcher
-
- com.ibm.icu.impl.number.parse.PaddingMatcher
-
- All Implemented Interfaces:
NumberParseMatcher
,NumberParseMatcher.Flexible
public class PaddingMatcher extends SymbolMatcher implements NumberParseMatcher.Flexible
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.icu.impl.number.parse.NumberParseMatcher
NumberParseMatcher.Flexible
-
-
Field Summary
-
Fields inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
string, uniSet
-
-
Constructor Summary
Constructors Modifier Constructor Description private
PaddingMatcher(java.lang.String symbolString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
accept(StringSegment segment, ParsedNumber result)
static PaddingMatcher
getInstance(java.lang.String padString)
protected boolean
isDisabled(ParsedNumber result)
java.lang.String
toString()
-
Methods inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
getSet, match, postProcess, smokeTest
-
-
-
-
Method Detail
-
getInstance
public static PaddingMatcher getInstance(java.lang.String padString)
-
isDisabled
protected boolean isDisabled(ParsedNumber result)
- Specified by:
isDisabled
in classSymbolMatcher
-
accept
protected void accept(StringSegment segment, ParsedNumber result)
- Specified by:
accept
in classSymbolMatcher
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-