Class ClearFallThroughCmd

java.lang.Object
ghidra.app.cmd.refs.ClearFallThroughCmd
All Implemented Interfaces:
Command

public class ClearFallThroughCmd extends Object implements Command
Command to clear a fallthrough.
  • Constructor Details

    • ClearFallThroughCmd

      public ClearFallThroughCmd(Address instAddr)
      Constructs a new command to remove a fallthrough.
      Parameters:
      instAddr - the address of the instruction from which to remove the fallthrough.
  • Method Details