Package ghidra.app.cmd.function
Class AddStackParameterCommand
java.lang.Object
ghidra.app.cmd.function.AddParameterCommand
ghidra.app.cmd.function.AddStackParameterCommand
- All Implemented Interfaces:
Command
A command to create a new function stack parameter.
- Since:
- Tracker Id 526
-
Field Summary
Fields inherited from class ghidra.app.cmd.function.AddParameterCommand
function, ordinal, parameter, source, statusMessage
-
Constructor Summary
ConstructorsConstructorDescriptionAddStackParameterCommand
(Function function, int stackOffset, String name, DataType dataType, int ordinal, SourceType source) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of this command.protected Parameter
getParameter
(Program program) Methods 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)
-
-
Method Details
-
getParameter
- Overrides:
getParameter
in classAddParameterCommand
- Throws:
InvalidInputException
-
getName
Description copied from interface:Command
Returns the name of this command.- Specified by:
getName
in interfaceCommand
- Overrides:
getName
in classAddParameterCommand
- Returns:
- the name of this command
- See Also:
-