Class SetVariableCommentCmd

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

public class SetVariableCommentCmd extends Object implements Command
Command to set the comment on a function varible.
  • Constructor Details

    • SetVariableCommentCmd

      public SetVariableCommentCmd(Variable var, String newComment)
      Constructs a new command for setting the comment on a function variable.
      Parameters:
      var - the variable on which to set the comment.
      newComment - the comment string to set on the specified variable.
  • Method Details