PHPParser_Parser::yyn321 PHP Method

yyn321() protected method

protected yyn321 ( $line, $docComment )
    protected function yyn321($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_UnaryMinus($this->yyastk[$this->yysp - (2 - 2)], $line, $docComment);
    }
PHPParser_Parser