Beispiel #1
0
 public void Accept(CodeBlock scope)
 {
     symbolTable.BeginScope ();
     scope.VisitChildren (this);
     symbolTable.EndScope ();
 }
Beispiel #2
0
 public void Accept(CodeBlock scope)
 {
     scope.VisitChildren (this);
 }