Package com.ibm.wala.shrike.shrikeBT
Interface IMemoryOperation
-
- All Known Subinterfaces:
IArrayLoadInstruction,IGetInstruction,ILoadInstruction
- All Known Implementing Classes:
ArrayLoadInstruction,GetInstruction,LoadInstruction
public interface IMemoryOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAddressOf()Denotes whether this instruction is taking the address of whatever location it refers to.
-