Class FunctionCallFixupFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FunctionCallFixupFieldLocation extends FunctionLocation
The FunctionCallFixupFieldLocation class provides specific information about the Function call-fixup field within a program location.
  • Constructor Details

    • FunctionCallFixupFieldLocation

      public FunctionCallFixupFieldLocation(Program program, Address locationAddr, Address functionAddr, String callFixupName, int charOffset)
      Construct a new FunctionCallFixupFieldLocation object.
      Parameters:
      program - the program of the location
      locationAddr - the address of the listing location (i.e., referent code unit)
      functionAddr - the function address
      callFixupName - the function call-fixup field text String at this location.
      charOffset - the character position within the field
    • FunctionCallFixupFieldLocation

      public FunctionCallFixupFieldLocation()
      Default constructor needed for restoring a program location from XML
  • Method Details