PHPParser_Parser::yyn160 PHP Method

yyn160() protected method

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