Constructs a new ForLoopNode .
Parameters: initializer - The textual initializer Expression. Parameters: test - The textual test Expression. Parameters: step - The textual step Expression. May be null. Parameters: statements - The Statements for the body of the loop. May benull.