Class PcodeFieldLocation

    • Constructor Detail

      • PcodeFieldLocation

        public PcodeFieldLocation​(Program program,
                                  Address addr,
                                  java.util.List<java.lang.String> pcodeStrings,
                                  int row,
                                  int charOffset)
      • PcodeFieldLocation

        public PcodeFieldLocation()
        Get the row within a group of pcode strings.
    • Method Detail

      • getPcodeStrings

        public java.util.List<java.lang.String> getPcodeStrings()
      • saveState

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

        public void restoreState​(Program p,
                                 SaveState obj)
        Description copied from class: ProgramLocation
        Restore this program location using the given program and save state object.
        Overrides:
        restoreState in class ProgramLocation
        Parameters:
        p - program to restore from
        obj - the save state to restore from