Class SetCommentCmd

java.lang.Object
ghidra.app.cmd.comments.SetCommentCmd
All Implemented Interfaces:
Command

public class SetCommentCmd extends Object implements Command
Command to set a specific type of comment on a code unit.
  • Constructor Details

    • SetCommentCmd

      public SetCommentCmd(Address addr, int commentType, String comment)
      Construct command
      Parameters:
      addr - address of code unit where comment will be placed
      commentType - valid comment type (see CodeUnit)
      comment - comment for code unit
  • Method Details