Package ghidra.app.cmd.function
Class SetFunctionRepeatableCommentCmd
java.lang.Object
ghidra.app.cmd.function.SetFunctionRepeatableCommentCmd
- All Implemented Interfaces:
Command
Command to set the Function's Repeatable Comment.
-
Constructor Summary
ConstructorsConstructorDescriptionSetFunctionRepeatableCommentCmd(Address entry, String newRepeatableComment) Constructs a new command for setting the Repeatable comment. -
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
-
SetFunctionRepeatableCommentCmd
Constructs a new command for setting the Repeatable comment.- Parameters:
entry- address of the function for which to set a Repeatablecomment.newRepeatableComment- comment to set as the function Repeatable comment.
-
-
Method Details
-
getName
Description copied from interface:CommandReturns the name of this command. -
applyTo
Description copied from interface:CommandApplies the command to the given domain object. -
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
- See Also:
-