Class FileOffsetFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FileOffsetFieldLocation extends CodeUnitLocation
Provides specific information about a program location within the File Offset field
  • Constructor Details

    • FileOffsetFieldLocation

      public FileOffsetFieldLocation(Program program, Address addr, int[] componentPath, int charOffset)
      Creates a new FileOffsetFieldLocation for the given address
      Parameters:
      program - the program
      addr - the address of the byte for this location
      componentPath - the path to data, or null
      charOffset - the position into the string representation indicating the exact position within the field
    • FileOffsetFieldLocation

      public FileOffsetFieldLocation()
      Default constructor needed for restoring the field location from XML