|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
メソッドの概要 | |
java.lang.String |
fileName()
Returns the file name including the statement. |
int |
lineNumber()
Returns the line number of the statement. |
メソッドの詳細 |
public java.lang.String fileName()
public int lineNumber()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |