예제 #1
0
 private void execute(Stmt stmt)
 {
     stmt.accept(this);
 }
예제 #2
0
 private void resolve(Stmt stmt)
 {
     stmt.accept(this);
 }