Package ghidra.app.cmd.function
Class AddStackParameterCommand
java.lang.Object
ghidra.app.cmd.function.AddParameterCommand
ghidra.app.cmd.function.AddStackParameterCommand
Deprecated.
A command to create a new function stack parameter.
-
Field Summary
Fields inherited from class ghidra.app.cmd.function.AddParameterCommand
function, ordinal, source, statusMessage
-
Constructor Summary
ConstructorDescriptionAddStackParameterCommand
(Function function, int stackOffset, String name, DataType dataType, int ordinal, SourceType source) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.Returns the name of this command.protected Parameter
getParameter
(Program program) Deprecated.Get parameter to be addedMethods inherited from class ghidra.app.cmd.function.AddParameterCommand
applyTo, getStatusMsg
-
Constructor Details
-
AddStackParameterCommand
public AddStackParameterCommand(Function function, int stackOffset, String name, DataType dataType, int ordinal, SourceType source) Deprecated.
-
-
Method Details
-
getParameter
Deprecated.Description copied from class:AddParameterCommand
Get parameter to be added- Overrides:
getParameter
in classAddParameterCommand
- Parameters:
program
- target program- Returns:
- parameter to be added
- Throws:
InvalidInputException
- if unable to generate parameter due to invalid data
-
getName
Deprecated.Description copied from interface:Command
Returns the name of this command.- Specified by:
getName
in interfaceCommand<Program>
- Overrides:
getName
in classAddParameterCommand
- Returns:
- the name of this command
-
UpdateFunctionCommand
orApplyFunctionSignatureCmd
.