Package | Description |
---|---|
com.google.javascript.refactoring |
Modifier and Type | Method and Description |
---|---|
SuggestedFix.Builder |
SuggestedFix.Builder.addGoogRequire(Match m,
String namespace)
Adds a goog.require for the given namespace to the file if it does not
already exist.
|
List<SuggestedFix> |
RefasterJsScanner.processMatch(Match match) |
List<SuggestedFix> |
Scanner.processMatch(Match match)
Processes one
Match at a time. |
SuggestedFix.Builder |
SuggestedFix.Builder.removeGoogRequire(Match m,
String namespace)
Removes a goog.require for the given namespace to the file if it
already exists.
|
Modifier and Type | Method and Description |
---|---|
List<SuggestedFix> |
Scanner.processAllMatches(Collection<Match> matches)
Processes every given match at one time.
|
Copyright © 2009-2016 Google. All Rights Reserved.