Class DividerLocation

  • All Implemented Interfaces:
    java.lang.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 Detail

      • DividerLocation

        public 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
      • DividerLocation

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