Class AddRegisterParameterCommand

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

@Deprecated(forRemoval=true, since="11.1") public class AddRegisterParameterCommand extends AddParameterCommand
Deprecated, for removal: This API element is subject to removal in a future version.
function signatures should be modified in their entirety using either UpdateFunctionCommand or ApplyFunctionSignatureCmd.
A command to create a new function register parameter.
  • Constructor Details

    • AddRegisterParameterCommand

      public AddRegisterParameterCommand(Function function, Register register, String name, DataType dataType, int ordinal, SourceType source)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details