Package ghidra.program.util
Class SourceMapFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.SourceMapFieldLocation
- All Implemented Interfaces:
Cloneable
,Comparable<ProgramLocation>
A
ProgramLocation
for source map information.-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorsConstructorDescriptionSourceMapFieldLocation
(Program program, Address addr, int row, int charOffset, SourceMapEntry sourceMapEntry) -
Method Summary
Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, restoreState, saveState, toString
-
Constructor Details
-
SourceMapFieldLocation
public SourceMapFieldLocation(Program program, Address addr, int row, int charOffset, SourceMapEntry sourceMapEntry) -
SourceMapFieldLocation
public SourceMapFieldLocation()
-
-
Method Details
-
getSourceMapEntry
Returns theSourceMapEntry
associated with this location.- Returns:
- source map entry
-