Uses of Class
com.google.javascript.refactoring.Match
Packages that use Match
-
Uses of Match in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring with parameters of type MatchModifier and TypeMethodDescriptionSuggestedFix.Builder.addGoogRequire(Match m, String namespace, ScriptMetadata scriptMetadata) SuggestedFix.Builder.addGoogRequireType(Match m, String namespace, ScriptMetadata scriptMetadata) SuggestedFix.Builder.addImport(Match m, 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.Scanner.processMatch(Match match) Processes oneMatchat a time.SuggestedFix.Builder.removeGoogRequire(Match m, 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 MatchModifier and TypeMethodDescriptionScanner.processAllMatches(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 MatchModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<SuggestedFix> GoogBindToArrow.processMatch(Match match)