PHPParser_Parser::yyn87 PHP Method

yyn87() protected method

protected yyn87 ( $line, $docComment )
    protected function yyn87($line, $docComment)
    {
        $this->yyval = is_array($this->yyastk[$this->yysp - (1 - 1)]) ? $this->yyastk[$this->yysp - (1 - 1)] : array($this->yyastk[$this->yysp - (1 - 1)]);
    }
PHPParser_Parser