Class SpaceFieldLocation

  • All Implemented Interfaces:
    java.lang.Comparable<ProgramLocation>

    public class SpaceFieldLocation
    extends CodeUnitLocation
    The SpaceFieldLocation class contains specific location information within the Space field of a CodeUnitLocation object.
    • Constructor Detail

      • SpaceFieldLocation

        public SpaceFieldLocation​(Program program,
                                  Address addr,
                                  GroupPath path,
                                  int[] componentPath,
                                  int row)
        Construct a new SpaceFieldLocation.
        Parameters:
        the - program of the location
        addr - the address of the codeunit.
        componentPath - the componentPath of the codeUnit
        row - the line of the location
      • SpaceFieldLocation

        public SpaceFieldLocation()
        Default constructor needed for restoring a space field location from XML.