Package iota
Class IStatement
java.lang.Object
iota.IAST
iota.IStatement
- Direct Known Subclasses:
IBlock
,IExpression
,IIfStatement
,IReturnStatement
,IStatementExpression
,IVariableDeclaration
,IWhileStatement
This abstract base class is the AST node for a statement (includes expressions).
-
Field Summary
Fields inherited from class iota.IAST
compilationUnit, line
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IStatement
(int line) Constructs an AST node for a statement. -
Method Summary
-
Constructor Details
-
IStatement
protected IStatement(int line) Constructs an AST node for a statement.- Parameters:
line
- line in which the statement occurs in the source file.
-