Uses of Class
com.google.javascript.refactoring.Scanner
-
Packages that use Scanner Package Description com.google.javascript.refactoring com.google.javascript.refactoring.examples -
-
Uses of Scanner in com.google.javascript.refactoring
Subclasses of Scanner in com.google.javascript.refactoring Modifier and Type Class Description class
RefasterJsScanner
Class that drives the RefasterJs refactoring by matching against a provided template JS file and then applying a transformation based off the template JS.Methods in com.google.javascript.refactoring with parameters of type Scanner Modifier and Type Method Description java.util.List<SuggestedFix>
RefactoringDriver. drive(Scanner scanner)
Run a refactoring and return any suggested fixes as a result.java.util.List<SuggestedFix>
RefactoringDriver. drive(Scanner scanner, java.util.regex.Pattern includeFilePattern)
Run a refactoring and return any suggested fixes as a result. -
Uses of Scanner in com.google.javascript.refactoring.examples
Subclasses of Scanner in com.google.javascript.refactoring.examples Modifier and Type Class Description class
GoogBindToArrow
Replaces goog.bind(..., this) with arrow functions.
-