public class Target
extends java.lang.Object
Constructor and Description |
---|
Target(org.apache.bcel.generic.InstructionHandle targetInstruction,
int edgeType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEdgeType()
Get the control flow edge type.
|
org.apache.bcel.generic.InstructionHandle |
getTargetInstruction()
Get the handle of the target instruction.
|
public Target(org.apache.bcel.generic.InstructionHandle targetInstruction, @Edge.Type int edgeType)
targetInstruction
- the handle of the target instructionedgeType
- type of CFG edge; see EdgeTypes interfacepublic org.apache.bcel.generic.InstructionHandle getTargetInstruction()
@Edge.Type public int getEdgeType()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.