Class RefactoringUtils


  • public class RefactoringUtils
    extends java.lang.Object
    Utility methods for refactoring Java code.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isInClosurizedFile​(Node node, NodeMetadata metadata)
      Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isInClosurizedFile

        public static boolean isInClosurizedFile​(Node node,
                                                 NodeMetadata metadata)
        Looks for a goog.require(), goog.provide() or goog.module() call in the node's file.