blark.transform.WhileStatement ============================== .. currentmodule:: blark.transform .. autoclass:: WhileStatement .. rubric:: Lark grammar This class is used by the following grammar rules: ``while_statement`` .. code:: while_statement: _WHILE expression _DO statement_list _END_WHILE ";"* .. rubric:: Methods .. autosummary:: ~WhileStatement.__init__ ~WhileStatement.from_lark .. rubric:: Attributes .. autosummary:: ~WhileStatement.meta ~WhileStatement.expression ~WhileStatement.statements