Package com.ibm.wala.demandpa.util
Class MemoryAccess
- java.lang.Object
-
- com.ibm.wala.demandpa.util.MemoryAccess
-
public class MemoryAccess extends Object
* represents a single static occurrence of a memory access (i.e., an access to a field or to the contents of an array) in the code
-
-
Constructor Summary
Constructors Constructor Description MemoryAccess(int index, CGNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getInstructionIndex()
CGNode
getNode()
int
hashCode()
String
toString()
-