Package | Description |
---|---|
com.google.javascript.refactoring |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SetMultimap<java.lang.String,CodeReplacement> |
SuggestedFix.getReplacements()
Returns a multimap from filename to all the replacements that should be
applied for this given fix.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ApplySuggestedFixes.applyCodeReplacements(java.lang.Iterable<CodeReplacement> replacements,
java.lang.String code)
Applies the provided set of code replacements to the code and returns the transformed code.
|
Copyright © 2009-2020 Google. All Rights Reserved.