示例#1
0
文件: SecondPass.cs 项目: goric/cflat
 public override void VisitTypeInt(ASTTypeInt n)
 {
     n.Type = _lastSeenType = new TypeInt();
 }
示例#2
0
 public override void VisitTypeInt(ASTTypeInt n)
 {
     _lastWalkedType = _typeManager.LookupCilType(n);
 }