Ejemplo n.º 1
0
 public override void Visit(StructIncr structIncr)
 {
     Visit(new StructAss {
         IdExpr = structIncr.IdExpr, Id = structIncr.Id, Expr = new Int {
             Value = 1
         }
     });
 }
Ejemplo n.º 2
0
 public virtual void Visit(StructIncr structIncr)
 {
 }