Package ghidra.program.util
Class IndentFieldLocation
- java.lang.Object
-
- ghidra.program.util.ProgramLocation
-
- ghidra.program.util.CodeUnitLocation
-
- ghidra.program.util.IndentFieldLocation
-
- All Implemented Interfaces:
java.lang.Comparable<ProgramLocation>
public class IndentFieldLocation extends CodeUnitLocation
TheIndentFieldLocation
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
Constructors Constructor Description IndentFieldLocation()
Default 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 Detail
-
IndentFieldLocation
public IndentFieldLocation(Program program, Address addr, int[] componentPath)
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
-
-