Class FunctionReturnTypeFieldLocation

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

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

      • FunctionReturnTypeFieldLocation

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

        public FunctionReturnTypeFieldLocation​(Program program,
                                               Address functionAddr,
                                               int col,
                                               java.lang.String signature,
                                               java.lang.String returnType)
        Construct a new FunctionReturnTypeFieldLocation object.
        Parameters:
        the - program of the location
        functionAddr - the function address
        col - the position within the function signature string for this location.
        signature - the function signature string for this location.
        returnType - the function return type String at this location.
      • FunctionReturnTypeFieldLocation

        public FunctionReturnTypeFieldLocation​(Program program,
                                               Address functionAddr,
                                               java.lang.String returnType)
        Construct a new FunctionReturnTypeFieldLocation object that is field based.

        Parameters:
        the - program of the location
        functionAddr - the function address
        returnType - the function return type String at this location.
      • FunctionReturnTypeFieldLocation

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