예제 #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);
 }