public void execute(Stmt stmt)
 {
     stmt.accept(this);
 }
Example #2
0
 private void resolve(Stmt stmt)
 {
     stmt.accept(this);
 }