- All Superinterfaces:
DependsEvent,Sourceable
This represents a
\read or \write event of a
depends clause.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.civl.mc.model.IF.contract.DependsEvent
DependsEvent.DependsEventKind -
Method Summary
Methods inherited from interface dev.civl.mc.model.IF.contract.DependsEvent
dependsEventKind, equalsWorkMethods inherited from interface dev.civl.mc.model.IF.Sourceable
getSource, setCIVLSource
-
Method Details
-
memoryUnits
Set<Expression> memoryUnits()Returns the memory units associated with this event.- Returns:
-
numMemoryUnits
int numMemoryUnits()Returns the number of memory units associated with this event.- Returns:
-
isRead
boolean isRead()Is this a\readevent?- Returns:
-
isWrite
boolean isWrite()Is this a\writeevent?- Returns:
-
isReach
boolean isReach()Is this a\reachevent?- Returns:
-