Package ghidra.program.util
Class XRefHeaderFieldLocation
- java.lang.Object
-
- ghidra.program.util.ProgramLocation
-
- ghidra.program.util.CodeUnitLocation
-
- ghidra.program.util.XRefFieldLocation
-
- ghidra.program.util.XRefHeaderFieldLocation
-
- All Implemented Interfaces:
java.lang.Comparable<ProgramLocation>
public class XRefHeaderFieldLocation extends XRefFieldLocation
TheXRefHeaderFieldLocation
class contains specific location information within the XREF field header that precedes the XREF field locations.
-
-
Field Summary
-
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
-
Constructor Summary
Constructors Constructor Description XRefHeaderFieldLocation()
Should only be used for XML restoring.XRefHeaderFieldLocation(Program program, Address addr, int[] componentPath, int charOffset)
-
Method Summary
-
Methods inherited from class ghidra.program.util.XRefFieldLocation
getIndex, toString
-
Methods inherited from class ghidra.program.util.CodeUnitLocation
isValid
-
Methods inherited from class ghidra.program.util.ProgramLocation
compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, hashCode, restoreState, saveState
-
-