Class AbstractEcmascriptNode<T extends org.mozilla.javascript.ast.AstNode>

    • Field Detail

      • node

        protected final T extends org.mozilla.javascript.ast.AstNode node
        Deprecated.
    • Method Detail

      • getJsDoc

        public String getJsDoc()
        Deprecated.
        Description copied from interface: EcmascriptNode
        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.
        Specified by:
        getJsDoc in interface EcmascriptNode<T extends org.mozilla.javascript.ast.AstNode>
        Returns:
        The JsDoc comment for the node, may be null.
      • hasSideEffects

        public boolean hasSideEffects()
        Deprecated.
        Specified by:
        hasSideEffects in interface EcmascriptNode<T extends org.mozilla.javascript.ast.AstNode>
      • setTrailingCommaExists

        protected void setTrailingCommaExists​(boolean b)
        Deprecated.