Class SetFallThroughCmd

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

public class SetFallThroughCmd extends Object implements Command
Command for setting the fallthrough property on an instruction.
  • Constructor Details

    • SetFallThroughCmd

      public SetFallThroughCmd(Address instAddr, Address fallthroughAddr)
      Constructs a new command for setting the fallthrough property on an instruction.
      Parameters:
      instAddr - the address of the instruction whose fallthrought property is to be set.
      fallthroughAddr - the address to use for the instructions fallthrough.
  • Method Details