blark.transform.ContinueStatement

class blark.transform.ContinueStatement(meta: Meta | None = None)[source]

Bases: Statement

A statement used to jump to the top of a loop, CONTINUE.

Lark grammar

This class is used by the following grammar rules:

continue_statement

continue_statement.1: "CONTINUE"i ";"+

Methods

__init__([meta])

from_lark()

Attributes

meta

meta: Meta | None = None
__init__(meta: Meta | None = None) None
from_lark() T