edu.umd.cs.findbugs.ba

Class Target

public class Target extends Object

The target of a branch instruction.
Constructor Summary
Target(InstructionHandle targetInstruction, int edgeType)
Constructor.
Method Summary
intgetEdgeType()
Get the control flow edge type.
InstructionHandlegetTargetInstruction()
Get the handle of the target instruction.

Constructor Detail

Target

public Target(InstructionHandle targetInstruction, int edgeType)
Constructor.

Parameters: targetInstruction the handle of the target instruction edgeType type of CFG edge; see EdgeTypes interface

Method Detail

getEdgeType

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

getTargetInstruction

public InstructionHandle getTargetInstruction()
Get the handle of the target instruction.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.