| Package | Description |
|---|---|
| com.google.javascript.refactoring |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
private Scanner |
JsFlumeCallback.scanner |
private Scanner |
RefactoringDriver.scanner |
private Scanner |
RefactoringDriver.Builder.scanner |
| Constructor and Description |
|---|
Builder(Scanner scanner) |
JsFlumeCallback(Scanner scanner,
Pattern includeFilePattern) |
RefactoringDriver(Scanner scanner,
java.util.List<SourceFile> inputs,
java.util.List<SourceFile> externs,
CompilerOptions compilerOptions) |