| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| Modifier and Type | Field and Description |
|---|---|
MessageFormat |
DiagnosticType.format
The default way to format errors
|
private static MessageFormat |
ProcessDefines.REASON_DEFINE_NOT_ASSIGNABLE |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
ProcessDefines.format(MessageFormat format,
java.lang.Object... params) |
| Constructor and Description |
|---|
DiagnosticType(java.lang.String key,
CheckLevel level,
MessageFormat format)
Create a DiagnosticType.
|