|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.Target
public class Target
The target of a branch instruction.
Constructor Summary | |
---|---|
Target(org.apache.bcel.generic.InstructionHandle targetInstruction,
int edgeType)
Constructor. |
Method Summary | |
---|---|
int |
getEdgeType()
Get the control flow edge type. |
org.apache.bcel.generic.InstructionHandle |
getTargetInstruction()
Get the handle of the target instruction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Target(org.apache.bcel.generic.InstructionHandle targetInstruction, int edgeType)
targetInstruction
- the handle of the target instructionedgeType
- type of CFG edge; see EdgeTypes interfaceMethod Detail |
---|
public org.apache.bcel.generic.InstructionHandle getTargetInstruction()
public int getEdgeType()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |