Class VerilogDisableStatement

    • Constructor Detail

      • VerilogDisableStatement

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

        public VerilogDisableStatement​(VerilogDisableStatement other,
                                       VerilogNode parent)
        Creates a copy of the disable statement.
        Parameters:
        other - the disable statement to be copied.
        parent - the parent node.
    • Method Detail

      • getPath

        public VerilogPath getPath()
        Returns the path to the object being disabled.
        Returns:
        the path to the object.
      • setPath

        public void setPath​(VerilogPath path)
        Sets the path to the object being disabled.
        Parameters:
        path - the path to be set.