Class AddRegisterParameterCommand

java.lang.Object
ghidra.app.cmd.function.AddParameterCommand
ghidra.app.cmd.function.AddRegisterParameterCommand
All Implemented Interfaces:
Command<Program>

@Deprecated(since="11.1") public class AddRegisterParameterCommand extends AddParameterCommand
Deprecated.
function signatures should be modified in their entirety using either UpdateFunctionCommand or ApplyFunctionSignatureCmd.
A command to create a new function register parameter.