public static final class MemoryAccessPath.Entry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MemoryAccessPath.Entry.Kind |
Modifier and Type | Method and Description |
---|---|
static MemoryAccessPath.Entry |
CALL(MmuTransition transition,
MemoryAccessStack.Frame frame) |
MemoryAccessStack.Frame |
getFrame() |
MmuTransition |
getTransition() |
boolean |
hasFrame() |
boolean |
isCall() |
boolean |
isReturn() |
static MemoryAccessPath.Entry |
NORMAL(MmuTransition transition,
MemoryAccessStack.Frame frame) |
static MemoryAccessPath.Entry |
RETURN() |
java.lang.String |
toString() |
public static MemoryAccessPath.Entry NORMAL(MmuTransition transition, MemoryAccessStack.Frame frame)
public static MemoryAccessPath.Entry CALL(MmuTransition transition, MemoryAccessStack.Frame frame)
public static MemoryAccessPath.Entry RETURN()
public boolean isCall()
public boolean isReturn()
public MmuTransition getTransition()
public boolean hasFrame()
public MemoryAccessStack.Frame getFrame()
public java.lang.String toString()
toString
in class java.lang.Object