Class SpaceFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

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

    • SpaceFieldLocation

      public SpaceFieldLocation(Program program, Address addr, GroupPath path, int[] componentPath, int row)
      Construct a new SpaceFieldLocation.
      Parameters:
      program - 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.