Exemplo n.º 1
0
 public void ComputeVariableCount()
 {
     VariableCount = 0;
     Atom.Accept(this);
 }