public virtual bool VisitSEHExceptStmt(SEHExceptStmt stmt) { if (!VisitStmt(stmt)) { return(false); } return(true); }
public bool VisitSEHExceptStmt(SEHExceptStmt stmt) { throw new NotImplementedException(); }