public final class VerilogEvent
extends java.lang.Object
VerilogEvent
represents events.Constructor and Description |
---|
VerilogEvent()
Creates an event.
|
VerilogEvent(VerilogEvent other)
Creates a copy of the event.
|
Modifier and Type | Method and Description |
---|---|
VerilogEvent |
clone() |
VerilogEdge |
getEdge()
Returns the edge of the event.
|
VerilogExpression |
getExpression()
Returns the expression of the event.
|
void |
setEdge(VerilogEdge edge)
Sets the edge of the event.
|
void |
setExpression(VerilogExpression expression)
Sets the expression of the event.
|
java.lang.String |
toString() |
public VerilogEvent()
public VerilogEvent(VerilogEvent other)
other
- the event to be copied.public VerilogEdge getEdge()
public void setEdge(VerilogEdge edge)
edge
- the edge to set.public VerilogExpression getExpression()
public void setExpression(VerilogExpression expression)
expression
- the expression to be set.public java.lang.String toString()
toString
in class java.lang.Object
public VerilogEvent clone()
clone
in class java.lang.Object