Beispiel #1
0
 public override string ToSource()
 {
     if (iterateOver != null)
     {
         return(source.ToSource() + " -(" + iteratorName + " in " + iterateOver.ToSource() + ")->> {" + target.ToSource() + "}");
     }
     else
     {
         return(source.ToSource() + " " + Symbol + " {" + target.ToSource() + "}");
     }
 }
Beispiel #2
0
 public override String ToSource()
 {
     return(source.ToSource() + " " + Symbol + " " + target.ToSource());
 }
Beispiel #3
0
 public override string ToSource()
 {
     return "@" + value.ToSource();
 }