Class ModificationLog.MemoryOperation

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.ModificationLog.MemoryOperation
Enclosing class:
ModificationLog

public static class ModificationLog.MemoryOperation extends Object
Represents a single entry in a ModificationLog.MemoryAccessLog. That is, a single read, write, malloc, or free event that affected the memory range of interest.
  • Constructor Details

    • MemoryOperation

      public MemoryOperation(byte operationType, long time, long startAddress, int size, List<ModificationLog.Tag> stack)
  • Method Details

    • getStack

      public List<ModificationLog.Tag> getStack()
    • getTime

      public long getTime()
    • getStartAddress

      public long getStartAddress()
    • getSize

      public int getSize()
    • getOperationType

      public byte getOperationType()
    • printTo

      public void printTo(StringBuilder builder, int indent)