Class AddMemoryParameterCommand

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

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

    • AddMemoryParameterCommand

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