Beispiel #1
0
 private void resolve(GStmt.Stmt stmt)
 {
     stmt.Accept(this);
 }
Beispiel #2
0
 private void execute(GStmt.Stmt st)
 {
     st.Accept(this);
 }