|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentSpecification public interface NlsArgumentParser
The NlsArgumentParser is used to parse an NlsArgument.
| Field Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
NlsArgument |
parse(CharSequenceScanner scanner)
This method parses the internationalized message given as CharSequenceScanner pointing
the beginning of an argument (immediately after
START_EXPRESSION). |
| Field Detail |
|---|
static final char START_EXPRESSION
static final char END_EXPRESSION
static final char FORMAT_SEPARATOR
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||