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 ProgramLocation
addr, program, refAddr -
Constructor Summary
ConstructorsConstructorDescriptionShould only be used for XML restoring.XRefHeaderFieldLocation(Program program, Address addr, int[] componentPath, int charOffset) -
Method Summary
Methods inherited from class XRefFieldLocation
getIndex, toStringMethods inherited from class CodeUnitLocation
isValidMethods inherited from class 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.
-