PHPParser_Parser::yyn158 PHP Method

yyn158() protected method

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