ForInStatement

ForInStatement

class ForInStatement : Statement {
Statement init;
Expression inexp;
Statement bdy;
uint breakIP;
uint continueIP;
ScopeStatement scopeContext;
}

Meta