Package com.google.javascript.refactoring
package com.google.javascript.refactoring
-
ClassDescriptionClass that applies suggested fixes to code or files.Class that represents a set of changes to make to the code.Maps a
JSError
to a list ofSuggestedFix
es, if possible.An error manager that finds a SuggestedFix for all errors if possible.AMatcher
that can take arbitrary JS source code and use it as a template to find matches in other source code.Object that contains the information for a given match.Interface for a class that knows how to match aNode
for a specific pattern.Class that contains common Matchers that are useful to everyone.Class that holds metadata (or meta objects) for use by JsFlume that aren't contained within the Node itself.Primary driver of a refactoring.Utility methods for refactoring Java code.Class that developers should implement to perform a JsFlume refactoring.A summary of a script for use during fixes.Object representing the fixes to apply to the source code to create the refactoring CL.Builder class forSuggestedFix
that contains helper functions to manipulate JS nodes.Information about the node that was matched for the suggested fix.