Package ghidra.program.util
Class IndentFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.IndentFieldLocation
- All Implemented Interfaces:
Comparable<ProgramLocation>
The
IndentFieldLocation
class contains specific location information
within the indent field of a CodeUnitLocation object.-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor needed for restoring an indent field location from XMLIndentFieldLocation
(Program program, Address addr, int[] componentPath) Construct a new IndentFieldLocation object. -
Method Summary
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, toString
-
Constructor Details
-
IndentFieldLocation
Construct a new IndentFieldLocation object.- Parameters:
program
- the program of the locationaddr
- address of the location; should not be null fragment by its hierarchy names; this parameter may be nullcomponentPath
- array of indexes for each nested data component; the
-
IndentFieldLocation
public IndentFieldLocation()Default constructor needed for restoring an indent field location from XML
-