ObState

Collect the state information.

Destructor

~this
~this()
Undocumented in source.

Members

Variables

mutableStack
Array!bool mutableStack;

parallel to varStack[], is type mutable?

nodes
ObNodes nodes;
Undocumented in source.
varPool
PtrVarState[] varPool;

memory pool

varStack
Array!size_t varStack;

temporary storage

vars
VarDeclarations vars;
Undocumented in source.

Meta