Package | Description |
---|---|
com.google.javascript.refactoring | |
com.google.javascript.refactoring.examples |
Class and Description |
---|
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.
|
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.
|
Class and Description |
---|
Match
Object that contains the information for a given match.
|
NodeMetadata
Class that holds metadata (or meta objects) for use by JsFlume that aren't
contained within the Node itself.
|
Scanner
Class that developers should implement to perform a JsFlume refactoring.
|
SuggestedFix
Object representing the fixes to apply to the source code to create the
refactoring CL.
|
Copyright © 2009-2018 Google. All Rights Reserved.