<?php
/**
* @property string $name Name
* @property Node_Expr $default Default
*/
class Node_Stmt_PropertyProperty extends Node_Stmt
{
}