public final class MemoryAccess
extends java.lang.Object
MemoryAccess
describes an execution path of a memory access instruction.Constructor and Description |
---|
MemoryAccess(MemoryAccessType type,
MemoryAccessPath path) |
Modifier and Type | Method and Description |
---|---|
MemoryAccessPath |
getPath() |
MemoryAccessType |
getType() |
java.lang.String |
toString() |
public MemoryAccess(MemoryAccessType type, MemoryAccessPath path)
public MemoryAccessType getType()
public MemoryAccessPath getPath()
public java.lang.String toString()
toString
in class java.lang.Object