Class FunctionCallFixupFieldLocation

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

    public class FunctionCallFixupFieldLocation
    extends FunctionLocation
    The FunctionCallFixupFieldLocation class provides specific information about the Function call-fixup field within a program location.
    • Constructor Detail

      • FunctionCallFixupFieldLocation

        public FunctionCallFixupFieldLocation​(Program program,
                                              Address locationAddr,
                                              Address functionAddr,
                                              java.lang.String callFixupName,
                                              int charOffset)
        Construct a new FunctionCallFixupFieldLocation object.
        Parameters:
        the - program of the location
        locationAddr - the address of the listing location (i.e., referent code unit)
        functionAddr - the function address
        path - the group path from the program tree.
        callFixupName - the function call-fixup field text String at this location.
        charOffset - the character position within the field
      • FunctionCallFixupFieldLocation

        public FunctionCallFixupFieldLocation()
        Default constructor needed for restoring a program location from XML
    • Method Detail

      • getCallFixupName

        public java.lang.String getCallFixupName()
        Get function call fixup name
        Returns:
        function call fixup name
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class FunctionLocation
        See Also:
        Object.equals(java.lang.Object)
      • saveState

        public void saveState​(SaveState obj)
        Description copied from class: FunctionLocation
        Save this function location to the given save state object.
        Overrides:
        saveState in class FunctionLocation
        Parameters:
        obj - the save state object for saving the location