예제 #1
0
 public void VisitConst(CConst cconst)
 {
     if (canGenerate(cconst))
     {
         visitor.VisitConst(cconst);
     }
 }