Ejemplo n.º 1
0
 public AstFormal(AstType at, AstId i)
 {
     t = at; id = i;
 }
Ejemplo n.º 2
0
 public AstObjType(AstId i)
 {
     cid = i;
 }