Dear All:<br><br><br>I am working on annotations for C language. Consider the following example:<br><br>void foo()<b> A[x][y]</b> { };<br><br><b>A</b> is a two dimensional array. A[x][y] is an element which is accessed in the foo() method. I want to know whether variables x and y have been predefined or not? How should I proceed in this regard? Which method to call on Declerator during parsing as I have not intention to do semantic analysis at this stage.<br>
<br>Thanks for the help.<br clear="all"><br>-- <br>Regards,<br><br>Khan<br><br>