Class FunctionNoReturnFieldLocation

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

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

      • FunctionNoReturnFieldLocation

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

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