PHPParser_Parser::yyn45 PHP Method

yyn45() protected method

protected yyn45 ( $line, $docComment )
    protected function yyn45($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Continue(null, $line, $docComment);
    }
PHPParser_Parser