Class RefactoringDriver
java.lang.Object
com.google.javascript.refactoring.RefactoringDriver
Primary driver of a refactoring. This class collects the inputs, runs the refactoring over
the compiled input, and then collects the suggested fixes based on the refactoring.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRun a refactoring and return any suggested fixes as a result.Run a refactoring and return any suggested fixes as a result.static CompilerOptions
-
Method Details
-
drive
Run a refactoring and return any suggested fixes as a result. -
drive
Run a refactoring and return any suggested fixes as a result. -
getCompiler
-
getCompilerOptions
-