Class VerilogDelayedStatement

    • Constructor Detail

      • VerilogDelayedStatement

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

        public VerilogDelayedStatement​(VerilogDelayedStatement other,
                                       VerilogNode parent)
        Creates a delayed statement.
        Parameters:
        other - the delayed statement to be copied.
        parent - the parent node.
    • Method Detail

      • getEventControl

        public VerilogEventControl getEventControl()
        Returns the delay of the delayed statement.
        Returns:
        the delay.
      • setEventControl

        public void setEventControl​(VerilogEventControl control)
        Sets the delay of the delayed statement.
        Parameters:
        control - the delay.
      • getStatement

        public VerilogStatement getStatement()
        Returns the statement of the delayed statement.
        Returns:
        the statement.
      • setStatement

        public void setStatement​(VerilogStatement statement)
        Sets the statement of the delayed statement.
        Parameters:
        statement - the statement.