Class FunctionCallingConventionFieldLocation

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

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

      • FunctionCallingConventionFieldLocation

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

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