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
ConstructorsConstructorDescriptionSetFunctionRepeatableCommentCmd(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: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<Program>- Returns:
 - reason for failure, or null if the status of the command was successful
 
 
 -