Class RemoveAllReferencesCmd

java.lang.Object
ghidra.app.cmd.refs.RemoveAllReferencesCmd
All Implemented Interfaces:
Command

public class RemoveAllReferencesCmd extends Object implements Command
Command to remove all references at an address or for a particular operand index at an address.
  • Constructor Details

    • RemoveAllReferencesCmd

      public RemoveAllReferencesCmd(Address fromAddr)
      Constructs a new command for removing all references.
      Parameters:
      fromAddr - the address of the codeunit making the reference.
    • RemoveAllReferencesCmd

      public RemoveAllReferencesCmd(Address fromAddr, int opIndex)
      Constructs a new command for removing all references.
      Parameters:
      fromAddr - the address of the codeunit making the reference.
      opIndex - the operand index.
  • Method Details