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