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