ForStmt constructor
ForStmt(})
Implementation
ForStmt(
this.init,
this.condition,
this.increment,
this.loop, {
this.hasBracket = false,
super.isStatement = true,
super.hasEndOfStmtMark = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.forStmt);