Class VerilogEvent


  • public final class VerilogEvent
    extends java.lang.Object
    VerilogEvent represents events.
    • Constructor Detail

      • VerilogEvent

        public VerilogEvent()
        Creates an event.
      • VerilogEvent

        public VerilogEvent​(VerilogEvent other)
        Creates a copy of the event.
        Parameters:
        other - the event to be copied.
    • Method Detail

      • getEdge

        public VerilogEdge getEdge()
        Returns the edge of the event.
        Returns:
        the event edge.
      • setEdge

        public void setEdge​(VerilogEdge edge)
        Sets the edge of the event.
        Parameters:
        edge - the edge to set.
      • getExpression

        public VerilogExpression getExpression()
        Returns the expression of the event.
        Returns:
        the event expression.
      • setExpression

        public void setExpression​(VerilogExpression expression)
        Sets the expression of the event.
        Parameters:
        expression - the expression to be set.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • clone

        public VerilogEvent clone()
        Overrides:
        clone in class java.lang.Object