Class FunctionTagFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FunctionTagFieldLocation extends FunctionLocation
Provides information about the location of an object that represents the tag names assigned to a function.
  • Constructor Details

    • FunctionTagFieldLocation

      public FunctionTagFieldLocation(Program program, Address locationAddr, Address functionAddr, String tags, int charOffset)
      Construct a new FunctionTagFieldLocation object.
      Parameters:
      program - the program of the location
      locationAddr - the address of the listing location (i.e., referent code unit)
      functionAddr - the function address
      tags - the function tag field text.
      charOffset - the character position within the field
    • FunctionTagFieldLocation

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