ScopeStatement

ScopeStatement

class ScopeStatement : Statement {
ScopeStatement enclosingScope;
int depth;
int npops;
}

Meta