public class AffixTokenMatcherFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
Currency |
currency |
IgnorablesMatcher |
ignorables |
ULocale |
locale |
int |
parseFlags |
DecimalFormatSymbols |
symbols |
| Constructor and Description |
|---|
AffixTokenMatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
CombinedCurrencyMatcher |
currency() |
IgnorablesMatcher |
ignorables() |
MinusSignMatcher |
minusSign() |
PercentMatcher |
percent() |
PermilleMatcher |
permille() |
PlusSignMatcher |
plusSign() |
public Currency currency
public DecimalFormatSymbols symbols
public IgnorablesMatcher ignorables
public ULocale locale
public int parseFlags
public MinusSignMatcher minusSign()
public PlusSignMatcher plusSign()
public PercentMatcher percent()
public PermilleMatcher permille()
public CombinedCurrencyMatcher currency()
public IgnorablesMatcher ignorables()