Package ghidra.program.util
Class SpaceFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.program.util.SpaceFieldLocation
- All Implemented Interfaces:
Comparable<ProgramLocation>
The
SpaceFieldLocation
class contains specific location information
within the Space 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 a space field location from XML.SpaceFieldLocation
(Program program, Address addr, GroupPath path, int[] componentPath, int row) Construct a new SpaceFieldLocation. -
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
-
SpaceFieldLocation
public SpaceFieldLocation(Program program, Address addr, GroupPath path, int[] componentPath, int row) Construct a new SpaceFieldLocation.- Parameters:
program
- the program of the locationaddr
- the address of the codeunit.componentPath
- the componentPath of the codeUnitrow
- the line of the location
-
SpaceFieldLocation
public SpaceFieldLocation()Default constructor needed for restoring a space field location from XML.
-