Uses of Class
com.google.javascript.refactoring.CodeReplacement
Packages that use CodeReplacement
-
Uses of CodeReplacement in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return types with arguments of type CodeReplacementModifier and TypeMethodDescriptioncom.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.Methods in com.google.javascript.refactoring with parameters of type CodeReplacementMethod parameters in com.google.javascript.refactoring with type arguments of type CodeReplacementModifier and TypeMethodDescriptionstatic String
ApplySuggestedFixes.applyCodeReplacements
(Collection<CodeReplacement> replacements, String code) Applies the provided set of code replacements to the code and returns the transformed code.