Package com.ibm.wala.shrikeBT
Interface IConditionalBranchInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
ConditionalBranchInstruction
public interface IConditionalBranchInstruction extends IInstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IConditionalBranchInstruction.IOperator
static class
IConditionalBranchInstruction.Operator
-
Nested classes/interfaces inherited from interface com.ibm.wala.shrikeBT.IInstruction
IInstruction.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConditionalBranchInstruction.IOperator
getOperator()
int
getTarget()
String
getType()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-
-
-
Method Detail
-
getTarget
int getTarget()
-
getOperator
IConditionalBranchInstruction.IOperator getOperator()
-
getType
String getType()
-
-