Ejemplo n.º 1
0
 public void Accept(CodeBlock scope)
 {
     symbolTable.BeginScope ();
     scope.VisitChildren (this);
     symbolTable.EndScope ();
 }
Ejemplo n.º 2
0
 public void Accept(CodeBlock scope)
 {
     scope.VisitChildren (this);
 }