Package iota

Class IStatement

java.lang.Object
iota.IAST
iota.IStatement
Direct Known Subclasses:
IBlock, IExpression, IIfStatement, IReturnStatement, IStatementExpression, IVariableDeclaration, IWhileStatement

abstract class IStatement extends IAST
This abstract base class is the AST node for a statement (includes expressions).
  • 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.