Class FunctionParameterNameFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FunctionParameterNameFieldLocation extends FunctionParameterFieldLocation
A FunctionSignatureFieldLocation that indicates the user clicked on a function parameter name.
  • Constructor Details

    • FunctionParameterNameFieldLocation

      public FunctionParameterNameFieldLocation(Program program, Address locationAddr, Address functionAddr, int charOffset, String signature, Parameter parameter)
      Construct a new FunctionParameterNameFieldLocation object.
      Parameters:
      program - 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.
      parameter - the function parameter at this location.
    • FunctionParameterNameFieldLocation

      public FunctionParameterNameFieldLocation()
      Default constructor needed for restoring a program location from XML
  • Method Details