PHPParser_Parser::yyn16 PHP Метод

yyn16() защищенный Метод

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