Class DividerLocation

java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.DividerLocation
All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class DividerLocation extends ProgramLocation
DividerLocation provides information about the location (within a program) of an object that represents some kind of a separation.
  • Constructor Details

    • DividerLocation

      public DividerLocation(Program program, Address addr, GroupPath groupPath, int charOffset)
      Create a new DividerLocation.
      Parameters:
      program - 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
    • DividerLocation

      public DividerLocation()
      Default constructor needed for restoring a program location from XML