Package ghidra.app.cmd.function
Class SetStackDepthChangeCommand
java.lang.Object
ghidra.app.cmd.function.SetStackDepthChangeCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
ConstructorsConstructorDescriptionSetStackDepthChangeCommand(Program program, Address address, int newStackDepthChange) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplyTo(DomainObject obj) Applies the command to the given domain object.getName()Returns the name of this command.Returns the status message indicating the status of the command.
-
Constructor Details
-
SetStackDepthChangeCommand
-
-
Method Details
-
applyTo
Description copied from interface:CommandApplies the command to the given domain object. -
getName
Description copied from interface:CommandReturns the name of this command. -
getStatusMsg
Description copied from interface:CommandReturns the status message indicating the status of the command.- Specified by:
getStatusMsgin interfaceCommand- Returns:
- reason for failure, or null if the status of the command was successful
-