PHPParser_Parser::yyn72 PHP Method

yyn72() protected method

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