Example #1
0
 public void visit(StringExpression that)
 {
     Console.Write("{0}", that.Value);
 }
Example #2
0
 public void visit(StringExpression that)
 {
     that.Type = new StringType(that.Position);
 }