Package ghidra.program.util
Class RegisterTransitionFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.RegisterTransitionFieldLocation
- All Implemented Interfaces:
Cloneable
,Comparable<ProgramLocation>
ProgramLocation for the Register Field.
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr
-
Constructor Summary
ConstructorDescriptionDefault constructorRegisterTransitionFieldLocation
(Program program, Address addr, String[] registerNames, int row, int column) -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreState
(Program p, SaveState obj) Restore this program location using the given program and save state object.void
Save this program location to the given save state object.Methods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, isValid, toString
-
Constructor Details
-
RegisterTransitionFieldLocation
-
RegisterTransitionFieldLocation
public RegisterTransitionFieldLocation()Default constructor
-
-
Method Details
-
getRegister
-
restoreState
Description copied from class:ProgramLocation
Restore this program location using the given program and save state object.- Overrides:
restoreState
in classProgramLocation
- Parameters:
p
- program to restore fromobj
- the save state to restore from
-
saveState
Description copied from class:ProgramLocation
Save this program location to the given save state object.- Overrides:
saveState
in classProgramLocation
- Parameters:
obj
- the save state object for saving the location
-