Пример #1
0
 public AstFormal(AstType at, AstId i)
 {
     t = at; id = i;
 }
Пример #2
0
 public AstObjType(AstId i)
 {
     cid = i;
 }