Exemplo n.º 1
0
 private void execute(Stmt stmt)
 {
     stmt.accept(this);
 }
Exemplo n.º 2
0
 private void resolve(Stmt stmt)
 {
     stmt.accept(this);
 }