coins.ast
Interface Stmnt

All Known Implementing Classes:
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:


Method Summary
 java.lang.String fileName()
          Returns the file name including the statement.
 int lineNumber()
          Returns the line number of the statement.
 

Method Detail

fileName

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


lineNumber

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