Class FunctionStartParametersFieldLocation

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

    public class FunctionStartParametersFieldLocation
    extends FunctionSignatureFieldLocation
    The FunctionStartParametersFieldLocation class provides a field for the open parenthesis of a function within a program location.
    • Constructor Detail

      • FunctionStartParametersFieldLocation

        public FunctionStartParametersFieldLocation​(Program program,
                                                    Address locationAddr,
                                                    Address functionAddr,
                                                    int charOffset,
                                                    java.lang.String signature)
        Construct a new FunctionStartParametersFieldLocation object.
        Parameters:
        the - program of the location
        locationAddr - the address of the listing location (i.e., referent code unit)
        functionAddr - the function address
        index - the position within the function name string for this location.
      • FunctionStartParametersFieldLocation

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