Class ConditionalBranchInstruction

java.lang.Object
com.ibm.wala.shrike.shrikeBT.Instruction
com.ibm.wala.shrike.shrikeBT.ConditionalBranchInstruction
All Implemented Interfaces:
Constants, IConditionalBranchInstruction, IInstruction, Cloneable

public final class ConditionalBranchInstruction extends Instruction implements IConditionalBranchInstruction
This class represents conditional branches. A conditional branch tests two integers or two object references for some relationship, and takes the branch if the relationship holds.