Class FunctionThunkFieldLocation

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

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

      • FunctionThunkFieldLocation

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