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 SummaryFields inherited from class ghidra.program.util.ProgramLocationaddr, program, refAddr
- 
Constructor SummaryConstructorsConstructorDescriptionSourceMapFieldLocation(Program program, Address addr, int row, int charOffset, SourceMapEntry sourceMapEntry) 
- 
Method SummaryMethods inherited from class ghidra.program.util.ProgramLocationclone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, restoreState, saveState, toString
- 
Constructor Details- 
SourceMapFieldLocationpublic SourceMapFieldLocation(Program program, Address addr, int row, int charOffset, SourceMapEntry sourceMapEntry) 
- 
SourceMapFieldLocationpublic SourceMapFieldLocation()
 
- 
- 
Method Details- 
getSourceMapEntryReturns theSourceMapEntryassociated with this location.- Returns:
- source map entry
 
 
-