@ComponentSpecification public interface NlsArgumentParser
Modifier and Type | Field and Description |
---|---|
static char |
END_EXPRESSION
The character used to end a variable expression: 125
|
static char |
FORMAT_SEPARATOR
The character used to separate format type and style: 44
|
static char |
START_EXPRESSION
The character used to start a variable expression: 123
|
Modifier and Type | Method and Description |
---|---|
NlsArgument |
parse(CharSequenceScanner scanner)
This method parses the
internationalized message given as
CharSequenceScanner pointing the beginning of an argument (immediately after
START_EXPRESSION ). |
static final char START_EXPRESSION
static final char END_EXPRESSION
static final char FORMAT_SEPARATOR
NlsArgument parse(CharSequenceScanner scanner)
internationalized message
given as
CharSequenceScanner
pointing the beginning of an argument (immediately after
START_EXPRESSION
).scanner
- is the CharSequenceScanner
.NlsFormatter
instance.NlsFormatterManager.getFormatter(String, String)
Copyright © 2001–2016 mmm-Team. All rights reserved.