PHPCfg\Parser::parseExpr_New PHP Method

parseExpr_New() protected method

protected parseExpr_New ( PhpParser\Node\Expr\New_ $expr )
$expr PhpParser\Node\Expr\New_
    protected function parseExpr_New(Expr\New_ $expr)
    {
        return new Op\Expr\New_($this->readVariable($this->parseExprNode($expr->class)), $this->parseExprList($expr->args, self::MODE_READ), $this->mapAttributes($expr));
    }
Parser