Interface EcmascriptNode<T extends org.mozilla.javascript.ast.AstNode>

    • Method Detail

      • getJsDoc

        String getJsDoc()
        Get the JsDoc associated with the given node. If there is no JsDoc on this node, it may be associated with a parent node, on more representative of the entire expression containing this node.
        Returns:
        The JsDoc comment for the node, may be null.
      • hasSideEffects

        boolean hasSideEffects()