public final class SuggestedFix extends Object
SuggestedFix.Builder
class and helper
functions.Modifier and Type | Class and Description |
---|---|
static class |
SuggestedFix.Builder
Builder class for
SuggestedFix that contains helper functions to
manipulate JS nodes. |
static class |
SuggestedFix.MatchedNodeInfo
Information about the node that was matched for the suggested fix.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
SuggestedFix.MatchedNodeInfo |
getMatchedNodeInfo()
Returns information about the original JS Compiler Node that caused this SuggestedFix to be
constructed.
|
com.google.common.collect.SetMultimap<String,CodeReplacement> |
getReplacements()
Returns a multimap from filename to all the replacements that should be
applied for this given fix.
|
String |
toString() |
public SuggestedFix.MatchedNodeInfo getMatchedNodeInfo()
public com.google.common.collect.SetMultimap<String,CodeReplacement> getReplacements()
Copyright © 2009-2016 Google. All Rights Reserved.