Class Target

java.lang.Object
edu.umd.cs.findbugs.ba.Target

public class Target extends Object
The target of a branch instruction.
  • Constructor Details

    • Target

      public Target(org.apache.bcel.generic.InstructionHandle targetInstruction, @Type int edgeType)
      Constructor.
      Parameters:
      targetInstruction - the handle of the target instruction
      edgeType - type of CFG edge; see EdgeTypes interface
  • Method Details

    • getTargetInstruction

      public org.apache.bcel.generic.InstructionHandle getTargetInstruction()
      Get the handle of the target instruction.
    • getEdgeType

      @Type public int getEdgeType()
      Get the control flow edge type.