Class AddParameterCommand

java.lang.Object
ghidra.app.cmd.function.AddParameterCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AddMemoryParameterCommand, AddRegisterParameterCommand, AddStackParameterCommand

public class AddParameterCommand extends Object implements Command
Allows for the adding of a parameter to a given function. Note: If no ordinal is provided to this class at construction time, then the ordinal of hte given parameter will be used.
See Also: