Package | Description |
---|---|
org.jamplate.model |
A package that specifies that primary components of a processor that uses the
jamplate-style processing.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Frame |
Memory.dumpFrame()
Dump the stack and the heap of the current frame to frame before it.
|
@NotNull Frame |
Memory.getFrame()
Return the current last frame.
|
@NotNull Frame[] |
Memory.getFrames()
Return an array containing the current frames in this memory.
|
Frame |
Memory.popFrame()
Pop the current stack frame.
|
Modifier and Type | Method and Description |
---|---|
void |
Memory.pushFrame(@NotNull Frame frame)
Push the given
frame in this memory. |
Constructor and Description |
---|
Frame(@NotNull Frame frame)
Construct a copy of the given
frame . |