PHPParser_Parser::yyn85 PHP Method

yyn85() protected method

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