Package ghidra.app.cmd.refs
Class RemoveReferenceCmd
java.lang.Object
ghidra.app.cmd.refs.RemoveReferenceCmd
Command for removing memory references.
-
Constructor Summary
ConstructorDescriptionRemoveReferenceCmd
(Address fromAddr, Address toAddr, int opIndex) Constructs a new command for removing a memory reference.Constructs a new command for removing a memory reference. -
Method Summary
-
Constructor Details
-
RemoveReferenceCmd
Constructs a new command for removing a memory reference.- Parameters:
ref
- the reference to remove
-
RemoveReferenceCmd
Constructs a new command for removing a memory reference.- Parameters:
fromAddr
- the address of the codeunit making the reference.toAddr
- the address being referred to.opIndex
- the operand index.
-
-
Method Details
-
applyTo
Description copied from interface:Command
Applies the command to the given domain object. -
getStatusMsg
Description copied from interface:Command
Returns the status message indicating the status of the command.- Specified by:
getStatusMsg
in interfaceCommand<Program>
- Returns:
- reason for failure, or null if the status of the command was successful
-
getName
Description copied from interface:Command
Returns the name of this command.
-