Package | Description |
---|---|
com.google.javascript.refactoring |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.SetMultimap<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 String |
ApplySuggestedFixes.applyCodeReplacements(Iterable<CodeReplacement> replacements,
String code)
Applies the provided set of code replacements to the code and returns the transformed code.
|
Copyright © 2009-2017 Google. All Rights Reserved.