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