coins.ast
インタフェース Stmnt

既知の実装クラスの一覧:
Aggregate, CompoundStmnt, Declarator, Enum, Function, LeafStmnt, Pragma, TreeStmnt

public interface Stmnt

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,

is decomposed into:


メソッドの概要
 java.lang.String fileName()
          Returns the file name including the statement.
 int lineNumber()
          Returns the line number of the statement.
 

メソッドの詳細

fileName

public java.lang.String fileName()
Returns the file name including the statement.


lineNumber

public int lineNumber()
Returns the line number of the statement.