PHPParser_Parser::yyn99 PHP Method

yyn99() protected method

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