ObState

Collect the state information.

struct ObState {
ObNodes nodes;
VarDeclarations vars;
Array!size_t varStack;
Array!bool mutableStack;
PtrVarState[] varPool;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta