Class XRefHeaderFieldLocation

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

    public class XRefHeaderFieldLocation
    extends XRefFieldLocation
    The XRefHeaderFieldLocation class contains specific location information within the XREF field header that precedes the XREF field locations.
    • Constructor Detail

      • XRefHeaderFieldLocation

        public XRefHeaderFieldLocation​(Program program,
                                       Address addr,
                                       int[] componentPath,
                                       int charOffset)
      • XRefHeaderFieldLocation

        public XRefHeaderFieldLocation()
        Should only be used for XML restoring.