PHPParser_Parser::yyn386 PHP Method

yyn386() protected method

protected yyn386 ( $line, $docComment )
    protected function yyn386($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_Variable($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser