Maven module :un.storage : model2d-ps :
Class : un.storage.model2d.ps.vm.VMState
Extends/Implements : -
Subclasses : -

Stores the VM state.
author  Johann Sorel


Variables : operandStack, dictStack, execStack, graphicStack, heap, userDict, globalDict, statusDict
Functions : restore, copy


un.api.collection.Stack operandStack

ArrayStack dictStack

un.api.collection.Stack execStack

un.api.collection.Stack graphicStack

Dictionary heap

Dictionary userDict

Dictionary globalDict

Dictionary statusDict


public void restore (VMState state)

public VMState copy ()