Uses of Class
com.google.javascript.refactoring.CodeReplacement
-
Packages that use CodeReplacement Package Description com.google.javascript.refactoring -
-
Uses of CodeReplacement in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return types with arguments of type CodeReplacement Modifier and Type Method 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.Methods in com.google.javascript.refactoring with parameters of type CodeReplacement Modifier and Type Method Description int
CodeReplacement. compareTo(CodeReplacement x)
Method parameters in com.google.javascript.refactoring with type arguments of type CodeReplacement Modifier and Type Method Description static java.lang.String
ApplySuggestedFixes. applyCodeReplacements(java.util.Collection<CodeReplacement> replacements, java.lang.String code)
Applies the provided set of code replacements to the code and returns the transformed code.
-