<?php
/**
* @property array $stmts Statements
* @property Node_Expr $cond Condition
*/
class Node_Stmt_Do extends Node_Stmt
{
}