Class SourceMapEntryDB

java.lang.Object
ghidra.program.database.sourcemap.SourceMapEntryDB
All Implemented Interfaces:
SourceMapEntry, Comparable<SourceMapEntry>

public class SourceMapEntryDB extends Object implements SourceMapEntry
Database implementation of SourceMapEntry interface.

Note: clients should drop and reacquire all SourceMapEntryDB objects upon undo/redo, ProgramEvent.SOURCE_MAP_CHANGED, and ProgramEvent.SOURCE_FILE_REMOVED.