コード例 #1
0
 public void VisitIf(CIf cif)
 {
     if (!cif.IsElseIf)
     {
         InstrumentNode(cif);
     }
     visitor.VisitIf(cif);
 }