Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap

java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<String>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap
All Implemented Interfaces:
PropertyMap<String>, StringPropertyMap
Enclosing class:
DBTraceProgramViewPropertyMapManager

protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<String> implements StringPropertyMap
  • Constructor Details

  • Method Details

    • add

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

      public String getString(Address addr)
      Description copied from interface: StringPropertyMap
      Get the String value at the given address.
      Specified by:
      getString in interface StringPropertyMap
      Parameters:
      addr - the address from where to get the String value
      Returns:
      String or null if property not found at addr.