ApplySuggestedFixes |
Class that applies suggested fixes to code or files.
|
CodeReplacement |
Class that represents a set of changes to make to the code.
|
ErrorToFixMapper |
Maps a JSError to a list of SuggestedFix es, if possible.
|
FixingErrorManager |
An error manager that finds a SuggestedFix for all errors if possible.
|
JsSourceMatcher |
A Matcher that can take arbitrary JS source code and use it as a
template to find matches in other source code.
|
Match |
Object that contains the information for a given match.
|
Matchers |
Class that contains common Matchers that are useful to everyone.
|
NodeMetadata |
Class that holds metadata (or meta objects) for use by JsFlume that aren't
contained within the Node itself.
|
RefactoringDriver |
Primary driver of a refactoring.
|
RefactoringDriver.Builder |
|
RefactoringUtils |
Utility methods for refactoring Java code.
|
Scanner |
Class that developers should implement to perform a JsFlume refactoring.
|
ScriptMetadata |
A summary of a script for use during fixes.
|
SuggestedFix |
Object representing the fixes to apply to the source code to create the
refactoring CL.
|
SuggestedFix.Builder |
Builder class for SuggestedFix that contains helper functions to manipulate JS nodes.
|
SuggestedFix.MatchedNodeInfo |
Information about the node that was matched for the suggested fix.
|