Class MemoryBlockStartFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

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

    • MemoryBlockStartFieldLocation

      public MemoryBlockStartFieldLocation(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 - the component path
      row - component row
      charOffset - character position of the location
      comment - the location comment
      commentRow - the comment row
    • MemoryBlockStartFieldLocation

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