Package | Description |
---|---|
com.google.javascript.refactoring |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Match> |
JsFlumeCallback.matches |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<Match> |
JsFlumeCallback.getMatches() |
Modifier and Type | Method and Description |
---|---|
SuggestedFix.Builder |
SuggestedFix.Builder.addGoogRequire(Match m,
java.lang.String namespace)
Adds a goog.require for the given namespace to the file if it does not
already exist.
|
java.util.List<SuggestedFix> |
RefasterJsScanner.processMatch(Match match) |
java.util.List<SuggestedFix> |
Scanner.processMatch(Match match)
Processes one
Match at a time. |
SuggestedFix.Builder |
SuggestedFix.Builder.removeGoogRequire(Match m,
java.lang.String namespace)
Removes a goog.require for the given namespace to the file if it
already exists.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SuggestedFix> |
Scanner.processAllMatches(java.util.Collection<Match> matches)
Processes every given match at one time.
|