public final class Memories
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Value |
joinPop(@NotNull Memory memory)
Join the values from popping the given
memory until reaching the first
Value.NULL (aka the start of the memory) on the current frame of it. |
public static Value joinPop(@NotNull @NotNull Memory memory)
memory
until reaching the first
Value.NULL
(aka the start of the memory) on the current frame of it.
memory
- the memory to join-pop its valuesmemory
after popped them.java.lang.NullPointerException
- if the given memory
is null.