menu
puredartlua package
documentation
lua/visitors/visitor.dart
WhileLoopStmt
WhileLoopStmt.new constructor
WhileLoopStmt.new constructor
dark_mode
light_mode
WhileLoopStmt
constructor
WhileLoopStmt
(
Token
token
, {
required
MathExpr
expr
,
required
List
<
Stmt
>
body
,
})
Implementation
WhileLoopStmt(this.token, {required this.expr, required this.body});
puredartlua package
documentation
lua/visitors/visitor
WhileLoopStmt
WhileLoopStmt.new constructor
WhileLoopStmt class