Esempio n. 1
0
 public void AcceptVisitor(ISentenceVisitor visitor)
 {
     visitor.TextInput(this);
 }