Class FunctionInlineFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

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

    • FunctionInlineFieldLocation

      public FunctionInlineFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature)
      Construct a new FunctionInlineFieldLocation 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 inline string for this location.
      signature - the function signature string at this location.
    • FunctionInlineFieldLocation

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