Class VerilogNullStatement

    • Constructor Detail

      • VerilogNullStatement

        public VerilogNullStatement​(VerilogNode parent)
        Creates a null statement.
        Parameters:
        parent - the parent node.
      • VerilogNullStatement

        public VerilogNullStatement​(VerilogNullStatement other,
                                    VerilogNode parent)
        Creates a copy of the null statement.
        Parameters:
        other - the null statement to be copied.
        parent - the parent node.