Class FunctionThunkFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FunctionThunkFieldLocation extends FunctionSignatureFieldLocation
The FunctionThunkFieldLocation class provides specific information about the Function Thunk field within a program location.
  • Constructor Details

    • FunctionThunkFieldLocation

      public FunctionThunkFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature)
      Construct a new FunctionThunkFieldLocation object.
      Parameters:
      program - the program of the location
      locationAddr - the address of the listing location (i.e., referent code unit)
      functionAddr - the function address
      charOffset - the position within the function thunk string for this location.
      signature - the function signature string at this location.
    • FunctionThunkFieldLocation

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