Class SubroutineModelCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.module.SubroutineModelCmd
All Implemented Interfaces:
Command

public class SubroutineModelCmd extends BackgroundCommand
Command that organizes a Module or Fragment according to a specified block model. This organization produces a "flat" (single layer) partitioning.
See Also:
  • Constructor Details

    • SubroutineModelCmd

      public SubroutineModelCmd(GroupPath groupPath, String treeName, BlockModelService blockModelService, String modelName)
      Constructor
      Parameters:
      groupPath - group path of the affected Module or Fragment
      treeName - name of the tree where group exists
      blockModelService - service that has the known block models
      modelName - name of the model to use
  • Method Details