示例#1
0
 void CompileForStatement(IForStatement statement)
 {
     statement.Accept(this);
 }