Exemplo n.º 1
0
 public override void Visit(StructDecr structDecr)
 {
     Visit(new StructAss {
         IdExpr = structDecr.IdExpr, Id = structDecr.Id, Expr = new Int {
             Value = -1
         }
     });
 }
Exemplo n.º 2
0
 public virtual void Visit(StructDecr structDecr)
 {
 }