コード例 #1
0
 protected override IPhpStatement VisitPhpReturnStatement(PhpReturnStatement node)
 {
     return(node.Simplify(this));
 }