Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap

java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Long>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap
All Implemented Interfaces:
LongPropertyMap, PropertyMap<Long>
Enclosing class:
DBTraceProgramViewPropertyMapManager

protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Long> implements LongPropertyMap
  • Constructor Details

  • Method Details

    • add

      public void add(Address addr, long value)
      Description copied from interface: LongPropertyMap
      Add a long value at the specified address.
      Specified by:
      add in interface LongPropertyMap
      Parameters:
      addr - address for the property
      value - value of the property
    • getLong

      public long getLong(Address addr) throws NoValueException
      Description copied from interface: LongPropertyMap
      Get the long value at the given address.
      Specified by:
      getLong in interface LongPropertyMap
      Parameters:
      addr - the address from where to get the long value
      Returns:
      long property value
      Throws:
      NoValueException - if there is no property value at addr.