Package ghidra.app.cmd.function
Class SetFunctionRepeatableCommentCmd
java.lang.Object
ghidra.app.cmd.function.SetFunctionRepeatableCommentCmd
Command to set the Function's Repeatable Comment.
-
Constructor Summary
ConstructorDescriptionSetFunctionRepeatableCommentCmd
(Address entry, String newRepeatableComment) Constructs a new command for setting the Repeatable comment. -
Method Summary
-
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:Command
Returns the name of this command. -
applyTo
Description copied from interface:Command
Applies the command to the given domain object. -
getStatusMsg
Description copied from interface:Command
Returns the status message indicating the status of the command.- Specified by:
getStatusMsg
in interfaceCommand<Program>
- Returns:
- reason for failure, or null if the status of the command was successful
-