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