internal override void CheckLabel() { if (exp != null) { exp.CheckLabel(); } if (arg != null) { arg.CheckLabel(); } }
internal override void CheckLabel() { if (exp != null) { exp.CheckLabel(); } if (func != null) { func.CheckLabel(); } }