Example #1
0
 public override void VisitTypeInt(ASTTypeInt n)
 {
     n.Type = _lastSeenType = new TypeInt();
 }
Example #2
0
 public override void VisitTypeInt(ASTTypeInt n)
 {
     _lastWalkedType = _typeManager.LookupCilType(n);
 }