Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyMessageBundle
An implementation of MessageBundle that has no translations.
|
class |
XtbMessageBundle
A MessageBundle that parses messages from an XML Translation Bundle (XTB)
file.
|
Modifier and Type | Field and Description |
---|---|
MessageBundle |
CompilerOptions.messageBundle
Returns localized replacement for MSG_* variables
|
Modifier and Type | Method and Description |
---|---|
void |
CompilerOptions.setMessageBundle(MessageBundle messageBundle) |
Copyright © 2009-2016 Google. All Rights Reserved.