PHPParser_Parser::yyn365 PHP Method

yyn365() protected method

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