use v5.10;
use utf8;
class VAST::statement_control__S_while {
method emit_m0ld {
Mildew::AST::While->new(cond => $self->{xblock}{EXPR}->emit_m0ld, body => call('postcircumfix:( )',code($self->{xblock}{pblock}{blockoid}),[capturize([])]));
}
}