Beispiel #1
0
 public object VisitBreakStmt(Stmt.Break stmt)
 {
     throw new BreakException();
 }
Beispiel #2
0
 public object VisitBreakStmt(Stmt.Break stmt)
 {
     return(null);
 }