Module dev.civl.mc

Interface DependsEvent

All Superinterfaces:
Sourceable
All Known Subinterfaces:
CallEvent, CompositeEvent, MemoryEvent

public interface DependsEvent extends Sourceable
This represents an event which is used as one argument of the depends clause.
  • Method Details

    • dependsEventKind

      DependsEvent.DependsEventKind dependsEventKind()
      Returns the kind of this event.
      Returns:
    • equalsWork

      boolean equalsWork(DependsEvent that)
      Does this event equals to that event?
      Parameters:
      that -
      Returns: