Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.util.format |
Modifier and Type | Field and Description |
---|---|
private SimpleFormat.FormatToken |
SimpleFormat.formatToken |
Modifier and Type | Method and Description |
---|---|
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseArgumentIndexAndFlags(SimpleFormat.FormatToken token) |
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseConversionType(SimpleFormat.FormatToken token) |
(package private) SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseFormatToken(int offset)
Returns a FormatToken representing the format specifier starting at 'offset'.
|
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parsePrecision(SimpleFormat.FormatToken token) |
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseWidth(SimpleFormat.FormatToken token,
int width) |
Modifier and Type | Method and Description |
---|---|
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseArgumentIndexAndFlags(SimpleFormat.FormatToken token) |
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseConversionType(SimpleFormat.FormatToken token) |
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parsePrecision(SimpleFormat.FormatToken token) |
private SimpleFormat.FormatToken |
SimpleFormat.FormatSpecifierParser.parseWidth(SimpleFormat.FormatToken token,
int width) |
private java.lang.CharSequence |
SimpleFormat.transform(SimpleFormat.FormatToken token,
java.lang.Object argument) |