Class NodeUtil.GoogRequire

  • Enclosing class:
    NodeUtil

    public abstract static class NodeUtil.GoogRequire
    extends java.lang.Object
    Represents a goog.require'd namespace and property inside a module.
    • Constructor Summary

      Constructors 
      Constructor Description
      GoogRequire()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String namespace()  
      abstract java.lang.String property()  
      • Methods inherited from class java.lang.Object

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

      • GoogRequire

        public GoogRequire()
    • Method Detail

      • namespace

        public abstract java.lang.String namespace()
      • property

        @Nullable
        public abstract java.lang.String property()