PHPParser_Parser::yyn89 PHP Method

yyn89() protected method

protected yyn89 ( $line, $docComment )
    protected function yyn89($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