Package ghidra.program.util
Class DividerLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.DividerLocation
- All Implemented Interfaces:
Cloneable
,Comparable<ProgramLocation>
DividerLocation
provides information about the location
(within a program) of an object that represents some kind of a separation.-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorDescriptionDefault constructor needed for restoring a program location from XMLDividerLocation
(Program program, Address addr, GroupPath groupPath, int charOffset) Create a new DividerLocation. -
Method Summary
Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, restoreState, saveState, toString
-
Constructor Details
-
DividerLocation
Create a new DividerLocation.- Parameters:
program
- the program of the locationaddr
- address of bookmarkgroupPath
- object that uniquely identifies a module or fragment by its hierarchy names; this parameter may be nullcharOffset
- character position of the location
-
DividerLocation
public DividerLocation()Default constructor needed for restoring a program location from XML
-