Class BlockStartLocation

All Implemented Interfaces:
Cloneable, 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 Details

    • BlockStartLocation

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

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