Beispiel #1
0
 public virtual T Visit(Nodes.Expression.Binary.LessThanOrEqual lessThanOrEqual)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public override Types.Type Visit(Nodes.Expression.Binary.LessThanOrEqual node)
 {
     return(VisitBinary(node, new Types.IntType()));
 }
Beispiel #3
0
 public override IList <Id> Visit(Nodes.Expression.Binary.LessThanOrEqual node)
 {
     return(VisitBinary(node));
 }