Beispiel #1
0
 public override R Visit(OCL.Absyn.PathN pathn_, A arg)
 {
     /* Code For PathN Goes Here */
     foreach (OCL.Absyn.PName x in pathn_.ListPName_)
     {
         x.Accept(new PNameVisitor <R, A>(), arg);
     }
     return(default(R));
 }
 public abstract R Visit(OCL.Absyn.PathN pathn_, A arg);