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