edu.umd.cs.findbugs.ba
public class Target extends Object
| Constructor Summary | |
|---|---|
| Target(InstructionHandle targetInstruction, int edgeType)
Constructor.
| |
| Method Summary | |
|---|---|
| int | getEdgeType()
Get the control flow edge type. |
| InstructionHandle | getTargetInstruction()
Get the handle of the target instruction. |
Parameters: targetInstruction the handle of the target instruction edgeType type of CFG edge; see EdgeTypes interface