Package com.ibm.wala.shrikeBT
Interface IInstanceofInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
InstanceofInstruction
public interface IInstanceofInstruction extends IInstruction
-
-
Nested Class Summary
-
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 boolean
firstClassType()
String
getType()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-
-
-
Method Detail
-
firstClassType
boolean firstClassType()
-
getType
String getType()
-
-