PHPCfg\Parser::parseExpr_UnaryPlus PHP Метод

parseExpr_UnaryPlus() защищенный Метод

protected parseExpr_UnaryPlus ( PhpParser\Node\Expr\UnaryPlus $expr )
$expr PhpParser\Node\Expr\UnaryPlus
    protected function parseExpr_UnaryPlus(Expr\UnaryPlus $expr)
    {
        return new Op\Expr\UnaryPlus($this->readVariable($this->parseExprNode($expr->expr)), $this->mapAttributes($expr));
    }
Parser