Package ghidra.app.cmd.function
Class AddMemoryParameterCommand
java.lang.Object
ghidra.app.cmd.function.AddParameterCommand
ghidra.app.cmd.function.AddMemoryParameterCommand
- All Implemented Interfaces:
Command
A command to create a new function memory parameter.
-
Field Summary
Fields inherited from class ghidra.app.cmd.function.AddParameterCommand
function, ordinal, parameter, source, statusMessage -
Constructor Summary
ConstructorsConstructorDescriptionAddMemoryParameterCommand(Function function, Address memAddr, String name, DataType dataType, int ordinal, SourceType source) -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of this command.protected ParametergetParameter(Program program) Methods inherited from class ghidra.app.cmd.function.AddParameterCommand
applyTo, getStatusMsg
-
Constructor Details
-
AddMemoryParameterCommand
public AddMemoryParameterCommand(Function function, Address memAddr, String name, DataType dataType, int ordinal, SourceType source)
-
-
Method Details
-
getParameter
- Overrides:
getParameterin classAddParameterCommand- Throws:
InvalidInputException
-
getName
Description copied from interface:CommandReturns the name of this command.- Specified by:
getNamein interfaceCommand- Overrides:
getNamein classAddParameterCommand- Returns:
- the name of this command
- See Also:
-