PHPParser_Parser::yyn157 PHP Метод

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

protected yyn157 ( $line, $docComment )
    protected function yyn157($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_TraitUseAdaptation_Precedence($this->yyastk[$this->yysp - (4 - 1)][0], $this->yyastk[$this->yysp - (4 - 1)][1], $this->yyastk[$this->yysp - (4 - 3)], $line, $docComment);
    }
PHPParser_Parser