PHPParser_Parser::yyn7 PHP Method

yyn7() protected method

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