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