Class BlockStartLocation

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

    public class BlockStartLocation
    extends CommentFieldLocation
    BlockStartLocation provides information about the location (within a program) of an object that represents the start of a memory block.
    • Constructor Detail

      • BlockStartLocation

        public BlockStartLocation​(Program program,
                                  Address addr,
                                  int[] componentPath,
                                  int row,
                                  int charOffset,
                                  java.lang.String[] comment,
                                  int commentRow)
        Create a new BlockStartLocation.
        Parameters:
        the - program of the location
        addr - address of block
        groupPath - object that uniquely identifies a module or fragment by its hierarchy names; this parameter may be null
        charOffset - character position of the location
      • BlockStartLocation

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