Uses of Class
com.google.javascript.refactoring.Match
-
Packages that use Match Package Description com.google.javascript.refactoring com.google.javascript.refactoring.examples -
-
Uses of Match in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring with parameters of type Match Modifier and Type Method Description SuggestedFix.Builder
SuggestedFix.Builder. addGoogRequire(Match m, java.lang.String namespace, ScriptMetadata scriptMetadata)
SuggestedFix.Builder
SuggestedFix.Builder. addGoogRequireType(Match m, java.lang.String namespace, ScriptMetadata scriptMetadata)
SuggestedFix.Builder
SuggestedFix.Builder. addImport(Match m, java.lang.String namespace, com.google.javascript.refactoring.SuggestedFix.ImportType importType, ScriptMetadata scriptMetadata)
Adds a goog.require/requireType for the given namespace if it does not already exist.com.google.common.collect.ImmutableList<SuggestedFix>
RefasterJsScanner. processMatch(Match match)
java.util.List<SuggestedFix>
Scanner. processMatch(Match match)
Processes oneMatch
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.Method parameters in com.google.javascript.refactoring with type arguments of type Match Modifier and Type Method Description java.util.List<SuggestedFix>
Scanner. processAllMatches(java.util.Collection<Match> matches)
Processes every given match at one time. -
Uses of Match in com.google.javascript.refactoring.examples
Methods in com.google.javascript.refactoring.examples with parameters of type Match Modifier and Type Method Description com.google.common.collect.ImmutableList<SuggestedFix>
GoogBindToArrow. processMatch(Match match)
-