| CodeReplacement |
Class that represents a set of changes to make to the code.
|
| Match |
Object that contains the information for a given match.
|
| Matcher |
Interface for a class that knows how to match a Node for a specific
pattern.
|
| 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 |
|
| 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.
|