Esempio n. 1
0
 public void PushIdentifierType(string ident, GraphTypeNode type)
 {
     stack[ident].Push(type);
 }
Esempio n. 2
0
 public void PushIdentifierType(string ident, GraphTypeNode type)
 {
     stack[ident].Push(type);
 }