Class FunctionInlineFieldLocation

  • All Implemented Interfaces:
    java.lang.Comparable<ProgramLocation>

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

      • FunctionInlineFieldLocation

        public FunctionInlineFieldLocation​(Program program,
                                           Address locationAddr,
                                           Address functionAddr,
                                           int charOffset,
                                           java.lang.String signature)
        Construct a new FunctionInlineFieldLocation object.
        Parameters:
        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