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