Class IndentFieldLocation

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

    public class IndentFieldLocation
    extends CodeUnitLocation
    The IndentFieldLocation class contains specific location information within the indent field of a CodeUnitLocation object.
    • Constructor Detail

      • IndentFieldLocation

        public IndentFieldLocation​(Program program,
                                   Address addr,
                                   int[] componentPath)
        Construct a new IndentFieldLocation object.
        Parameters:
        the - program of the location
        addr - address of the location; should not be null fragment by its hierarchy names; this parameter may be null
        componentPath - array of indexes for each nested data component; the
      • IndentFieldLocation

        public IndentFieldLocation()
        Default constructor needed for restoring an indent field location from XML