Package com.ibm.wala.shrike.shrikeBT
Interface ILoadInstruction
-
- All Superinterfaces:
IInstruction,IMemoryOperation
- All Known Implementing Classes:
LoadInstruction
public interface ILoadInstruction extends IInstruction, IMemoryOperation
-
-
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 java.lang.StringgetType()intgetVarIndex()-
Methods inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
Methods inherited from interface com.ibm.wala.shrike.shrikeBT.IMemoryOperation
isAddressOf
-
-