Exemplo n.º 1
0
 public virtual T Visit(Nodes.Expression.Binary.Add add)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public override Types.Type Visit(Nodes.Expression.Binary.Add node)
 {
     return(VisitBinary(node, new Types.IntType()));
 }
Exemplo n.º 3
0
 public override IList <Id> Visit(Nodes.Expression.Binary.Add node)
 {
     return(VisitBinary(node));
 }