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(boolean isStart,
MmuProgram program,
MemoryAccessContext context) |
MemoryAccessContext |
getContext() |
MemoryAccessStack.Frame |
getFrame() |
MemoryAccessPath.Entry.Kind |
getKind() |
MmuProgram |
getProgram() |
MemoryAccessStack |
getStack() |
boolean |
isStart() |
static MemoryAccessPath.Entry |
NORMAL(boolean isStart,
MmuProgram program,
MemoryAccessContext context) |
static MemoryAccessPath.Entry |
RETURN(boolean isStart,
MemoryAccessContext context) |
java.lang.String |
toString() |
public static MemoryAccessPath.Entry NORMAL(boolean isStart, MmuProgram program, MemoryAccessContext context)
public static MemoryAccessPath.Entry CALL(boolean isStart, MmuProgram program, MemoryAccessContext context)
public static MemoryAccessPath.Entry RETURN(boolean isStart, MemoryAccessContext context)
public boolean isStart()
public MemoryAccessPath.Entry.Kind getKind()
public MmuProgram getProgram()
public MemoryAccessContext getContext()
public MemoryAccessStack getStack()
public MemoryAccessStack.Frame getFrame()
public java.lang.String toString()
toString
in class java.lang.Object