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