Module dev.civl.mc

Interface MemoryUnitSet

All Superinterfaces:
Iterable<MemoryUnit>

public interface MemoryUnitSet extends Iterable<MemoryUnit>
A memory unit set represents a set of memory units.
  • Method Details

    • memoryUnits

      Iterable<MemoryUnit> memoryUnits()
      Gets the memory units of this set.
      Returns:
    • print

      void print(PrintStream out)
    • add

      void add(MemoryUnit mu)
    • isEmpty

      boolean isEmpty()
      returns true iff this memory unit set is empty.
      Returns: