Class FieldNameFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FieldNameFieldLocation extends CodeUnitLocation
The FieldNameFieldLocation class provides specific information about the Function Name field within a program location.
  • Constructor Details

    • FieldNameFieldLocation

      public FieldNameFieldLocation(Program program, Address addr, int[] componentPath, String fieldName, int charOffset)
      Construct a new FieldNameFieldLocation.
      Parameters:
      program - the program of the location
      addr - the address of the code unit
      componentPath - if not null, it is the array of indexes that point to a specific data type inside of another data type
      fieldName - the field name
      charOffset - the character position within the field name for this location.
    • FieldNameFieldLocation

      public FieldNameFieldLocation()
      Default constructor needed for restoring a field name location from XML
  • Method Details