Class SetFunctionRepeatableCommentCmd

java.lang.Object
ghidra.app.cmd.function.SetFunctionRepeatableCommentCmd
All Implemented Interfaces:
Command

public class SetFunctionRepeatableCommentCmd extends Object implements Command
Command to set the Function's Repeatable Comment.
  • Constructor Details

    • SetFunctionRepeatableCommentCmd

      public SetFunctionRepeatableCommentCmd(Address entry, String newRepeatableComment)
      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