示例#1
0
 public AstFormal(AstType at, AstId i)
 {
     t = at; id = i;
 }
示例#2
0
 public AstObjType(AstId i)
 {
     cid = i;
 }