Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ReplaceStrings.Config> |
ReplaceStrings.functions |
Modifier and Type | Method and Description |
---|---|
private ReplaceStrings.Config |
ReplaceStrings.findMatching(java.lang.String name) |
private ReplaceStrings.Config |
ReplaceStrings.findMatchingClass(TypeI callClassType,
java.util.Collection<java.lang.String> declarationNames) |
private ReplaceStrings.Config |
ReplaceStrings.parseConfiguration(java.lang.String function)
Convert the provide string into a Config.
|
Modifier and Type | Method and Description |
---|---|
private void |
ReplaceStrings.doSubstitutions(NodeTraversal t,
ReplaceStrings.Config config,
Node n)
Replace the parameters specified in the config, if possible.
|