Class MemoryBlockStartFieldLocation

  • All Implemented Interfaces:
    java.lang.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 Detail

      • MemoryBlockStartFieldLocation

        public MemoryBlockStartFieldLocation​(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
      • MemoryBlockStartFieldLocation

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