Class RefactoringUtils
java.lang.Object
com.google.javascript.refactoring.RefactoringUtils
Utility methods for refactoring Java code.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isInClosurizedFile
(Node node, NodeMetadata metadata) Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.
-
Method Details
-
isInClosurizedFile
Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.
-