Package com.ibm.wala.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 boolean
isAddressOf()
Denotes whether this instruction is taking the address of whatever location it refers to.
-