Package ghidra.program.util
Class DividerLocation
- java.lang.Object
- 
- ghidra.program.util.ProgramLocation
- 
- ghidra.program.util.DividerLocation
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<ProgramLocation>
 
 public class DividerLocation extends ProgramLocation DividerLocationprovides 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.ProgramLocationaddr, program, refAddr
 
- 
 - 
Constructor SummaryConstructors Constructor Description DividerLocation()Default 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.ProgramLocationcompareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, hashCode, isValid, restoreState, saveState, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DividerLocationpublic DividerLocation(Program program, Address addr, GroupPath groupPath, int charOffset) Create a new DividerLocation.- Parameters:
- the- program of the location
- addr- address of bookmark
- groupPath- object that uniquely identifies a module or fragment by its hierarchy names; this parameter may be null
- charOffset- character position of the location
 
 - 
DividerLocationpublic DividerLocation() Default constructor needed for restoring a program location from XML
 
- 
 
-