示例#1
0
 private void Execute(Stmt stmt)
 {
     stmt.Accept(this);
 }
示例#2
0
 private void Resolve(Stmt stmt)
 {
     stmt.Accept(this);
 }