Exemplo n.º 1
0
 public void Visit(AST.Identifiers.Identifier i)
 {
     Debug.Assert(Elements.ContainsKey(i.Id), "We have a reference to an unknown type in the AST. This should have been found in the semantic analysis!");
     translated_type = Elements[i.Id];
     CheckIfCollection();
 }
Exemplo n.º 2
0
 public void Visit(AST.Identifiers.Identifier i)
 {
 }