PHPParser_Parser::yyn91 PHP Method

yyn91() protected method

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