blark.transform.Interface ========================= .. currentmodule:: blark.transform .. autoclass:: Interface .. rubric:: Lark grammar This class is used by the following grammar rules: ``interface_declaration`` .. code:: interface_declaration: _INTERFACE IDENTIFIER [ extends ] interface_var_declaration* _END_INTERFACE ";"* .. rubric:: Methods .. autosummary:: ~Interface.__init__ ~Interface.from_lark .. rubric:: Attributes .. autosummary:: ~Interface.meta ~Interface.name ~Interface.extends ~Interface.declarations