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:
Cloneable
,Comparable<ProgramLocation>
The
XRefHeaderFieldLocation
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
ConstructorDescriptionShould 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
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, restoreState, saveState
-
Constructor Details
-
XRefHeaderFieldLocation
-
XRefHeaderFieldLocation
public XRefHeaderFieldLocation()Should only be used for XML restoring.
-