Class SetReturnDataTypeCmd

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

public class SetReturnDataTypeCmd extends Object implements Command
Command for setting a function's return type.
  • Constructor Details

    • SetReturnDataTypeCmd

      public SetReturnDataTypeCmd(Address entry, DataType dataType, SourceType source)
      Constructs a new command for setting a function's return type.
      Parameters:
      entry - the entry point of the function having its return type set.
      dataType - the datatype to set on the function.
      source - TODO
  • Method Details