blark.transform.ContinueStatement
- class blark.transform.ContinueStatement(meta: Meta | None = None)[source]
Bases:
StatementA statement used to jump to the top of a loop,
CONTINUE.Lark grammar
This class is used by the following grammar rules:
continue_statementcontinue_statement.1: _CONTINUE ";"+
Methods
__init__([meta])Attributes
- from_lark() T