PHPParser_Parser::yyn22 PHP Method

yyn22() protected method

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