Class EditRefTypeCmd

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

public class EditRefTypeCmd extends Object implements Command
Command to change the reference type of a memory reference
  • Constructor Details

    • EditRefTypeCmd

      public EditRefTypeCmd(Reference ref, RefType newRefType)
      Constructs a new command for changing the reference type of a reference.
      Parameters:
      ref - the reference whose type it to be changed.
      newRefType - the ref type to assign to the reference.
  • Method Details