Beispiel #1
0
 void ITreeWalker.Visit(SimpleStatement statement)
 {
     statement.Validate(this);
     statement.Expression.Accept(this);
 }