<?php
/**
* @property Node_Expr $cond Condition
* @property array $caseList Case list
*/
class Node_Stmt_Switch extends Node_Stmt
{
}