|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Statement.
The declarations of struct/union data types and the declarations of symbols are dealt with independent statements. The declaration of multiple symbols is decomposed into multiple stataments. For example,
int x, y;
is decomposed into:
int x; => ast.Declarator object int y; => ast.Declarator object
| Method Summary | |
java.lang.String |
fileName()
Returns the file name including the statement. |
int |
lineNumber()
Returns the line number of the statement. |
| Method Detail |
public java.lang.String fileName()
public int lineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||