menu
lucy_editor package
documentation
parsejs/ast.dart
LabeledStatement
LabeledStatement.new constructor
LabeledStatement.new constructor
dark_mode
light_mode
LabeledStatement
constructor
LabeledStatement
(
Name
label
,
Statement
body
)
Implementation
LabeledStatement(this.label, this.body);
lucy_editor package
documentation
parsejs/ast
LabeledStatement
LabeledStatement.new constructor
LabeledStatement class