Package com.ibm.icu.impl.number.parse
Class NanMatcher
- java.lang.Object
-
- com.ibm.icu.impl.number.parse.SymbolMatcher
-
- com.ibm.icu.impl.number.parse.NanMatcher
-
- All Implemented Interfaces:
NumberParseMatcher
public class NanMatcher extends SymbolMatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.icu.impl.number.parse.NumberParseMatcher
NumberParseMatcher.Flexible
-
-
Field Summary
Fields Modifier and Type Field Description private static NanMatcher
DEFAULT
-
Fields inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
string, uniSet
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NanMatcher(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 NanMatcher
getInstance(DecimalFormatSymbols symbols, int parseFlags)
protected boolean
isDisabled(ParsedNumber result)
java.lang.String
toString()
-
Methods inherited from class com.ibm.icu.impl.number.parse.SymbolMatcher
getSet, match, postProcess, smokeTest
-
-
-
-
Field Detail
-
DEFAULT
private static final NanMatcher DEFAULT
-
-
Method Detail
-
getInstance
public static NanMatcher getInstance(DecimalFormatSymbols symbols, int parseFlags)
-
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
-
-