Interface IMemoryOperation
- All Known Subinterfaces:
IArrayLoadInstruction, IGetInstruction, ILoadInstruction
- All Known Implementing Classes:
ArrayLoadInstruction, GetInstruction, LoadInstruction
public interface IMemoryOperation
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDenotes whether this instruction is taking the address of whatever location it refers to.
-
Method Details
-
isAddressOf
boolean isAddressOf()Denotes whether this instruction is taking the address of whatever location it refers to.- Returns:
- whether this instruction is taking the address of a location
-