Class AddStackParameterCommand

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

@Deprecated(forRemoval=true, since="11.1") public class AddStackParameterCommand 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 stack parameter.
  • Constructor Details

    • AddStackParameterCommand

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