Class RenameTreeCmd

java.lang.Object
ghidra.app.cmd.module.RenameTreeCmd
All Implemented Interfaces:
Command

public class RenameTreeCmd extends Object implements Command
Command to rename a tree in a program; this does not affect the root module of the tree.
  • Constructor Details

    • RenameTreeCmd

      public RenameTreeCmd(String oldName, String newName)
      Constructor for RenameTreeCmd.
      Parameters:
      oldName - old name of the tree
      newName - new name of the tree
  • Method Details