Package com.ibm.wala.shrike.shrikeBT
Interface ITypeTestInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
CheckCastInstruction
public interface ITypeTestInstruction extends IInstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
IInstruction.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfirstClassTypes()java.lang.String[]getTypes()-
Methods inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-