JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
boolean
isAddressOf
()
Denotes whether this instruction is taking the address of whatever location it refers to.
Method Detail
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method